using System;
using [Link];
using [Link];
using [Link];
namespace WindowsFormsdepan
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
Form2 f = new Form2();//MODAL
[Link]();
}
private void button2_Click(object sender, EventArgs e)
{
Form3 f3 = new Form3();//MODALESS
[Link]();
}
}
}