Наследование: System.Windows.Forms.Form
Пример #1
0
 public ConnectionToNetwork(Form1 f)
 {
     InitializeComponent();
     this.form1 = f;
 }