private void BatchChaxunOnClick(object sender, MouseButtonEventArgs e) { BatchChaxunWindow batchChaxunWindow = new BatchChaxunWindow(user); batchChaxunWindow.Topmost = true; batchChaxunWindow.Show(); this.Close(); }
public ChaXunScriptEvent(BatchChaxunWindow batchChaxunWindow) { this.batchChaxunWindow = batchChaxunWindow; }