16 lines
235 B
C#
16 lines
235 B
C#
namespace Windows_app
|
|
{
|
|
public partial class App : Form
|
|
{
|
|
public App()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
private void button1_Click(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|