Пример #1
0
 public void CreateTestConnectionForm(string s1, string s2) 
 {
     test = new TestConnectionForm(s1,s2);
     test.Show();
 }
Пример #2
0
 public void CreateTestConnectionForm(string s1, string s2)
 {
     test = new TestConnectionForm(s1, s2);
     test.Show();
 }