public void CreateTestConnectionForm(string s1, string s2) { test = new TestConnectionForm(s1,s2); test.Show(); }
public void CreateTestConnectionForm(string s1, string s2) { test = new TestConnectionForm(s1, s2); test.Show(); }