Exemple #1
0
        public BatchUpdate(XmlItem ctrlDef)
        {
            m_ctrlDef = ctrlDef;

            InitializeComponent();
            this.Owner = MainWindow.s_pW;
            s_pW = this;
            refreshCtrlComboBox();
        }
 private void mx_batchUpdate_Click(object sender, RoutedEventArgs e)
 {
     MenuWin.BatchUpdate winBatchUpdate = new MenuWin.BatchUpdate(XmlItem.getCurItem());
     winBatchUpdate.ShowDialog();
 }