Esempio n. 1
0
 public void CreateTestConnectionForm(string s1, string s2) 
 {
     test = new TestConnectionForm(s1,s2);
     test.Show();
 }
Esempio n. 2
0
 public void CreateTestConnectionForm(string s1, string s2)
 {
     test = new TestConnectionForm(s1, s2);
     test.Show();
 }