Example #1
0
        private void BatchChaxunOnClick(object sender, MouseButtonEventArgs e)
        {
            BatchChaxunWindow batchChaxunWindow = new BatchChaxunWindow(user);

            batchChaxunWindow.Topmost = true;
            batchChaxunWindow.Show();
            this.Close();
        }
Example #2
0
 public ChaXunScriptEvent(BatchChaxunWindow batchChaxunWindow)
 {
     this.batchChaxunWindow = batchChaxunWindow;
 }