Ejemplo n.º 1
0
 protected override void ExecuteCore(SelectedItemCollection selection)
 {
     _dialog = new AddServerDialog(null, false);
     _dialog.CachePopulated += dialog_CachePopulated;
     _dialog.Show(Parent);
 }
Ejemplo n.º 2
0
 public void Start()
 {
     AddServerDialog dialog = new AddServerDialog(_connection, false);
     dialog.FormClosing += formClosing;
     dialog.Show(_parentForm);
 }