Package Description
License
—
Deps
2
Install Size
—
Vulns
✓ 0
Published
Aug 11, 2023
$ dotnet add package SuperFreeApi.IPSearchusing System;
using SayingMaker;
using System.Windows.Forms;
namespace Test
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
textBox1.Text = Maker.GetSaying();
}
}
}
