Inheritance: System.Windows.Forms.Form
Exemplo n.º 1
0
 public ConnectionToNetwork(Form1 f)
 {
     InitializeComponent();
     this.form1 = f;
 }