コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: mingrq/CRMPick
        private void BatchChaxunOnClick(object sender, MouseButtonEventArgs e)
        {
            BatchChaxunWindow batchChaxunWindow = new BatchChaxunWindow(user);

            batchChaxunWindow.Topmost = true;
            batchChaxunWindow.Show();
            this.Close();
        }
コード例 #2
0
 public ChaXunScriptEvent(BatchChaxunWindow batchChaxunWindow)
 {
     this.batchChaxunWindow = batchChaxunWindow;
 }