Beispiel #1
0
 private void _bWorkingWithBlackList_Click(object sender, EventArgs e)
 {
     Validation.WorkingWithBlackListServers form = new Validation.WorkingWithBlackListServers(this.Configuration);
     form.ShowDialog();
 }
Beispiel #2
0
 private void _bWorkingWithBlackList_Click(object sender, EventArgs e)
 {
     Validation.WorkingWithBlackListServers form = new Validation.WorkingWithBlackListServers(this.Configuration);
     form.ShowDialog();
 }