Beispiel #1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.win4 = ((Агрегатор.WinСерв)(target));
         return;
     }
     this._contentLoaded = true;
 }
        private void mi4_Click(object sender, RoutedEventArgs e) // меню "Сервера"
        {
            WinСерв win = new WinСерв();

            win.Show();
        }