コード例 #1
0
ファイル: BatchUpdate.xaml.cs プロジェクト: jaffrykee/ui
        public BatchUpdate(XmlItem ctrlDef)
        {
            m_ctrlDef = ctrlDef;

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