private void 个人收费统计ToolStripMenuItem_Click(object sender, EventArgs e) { FrmAccount fAccount = new FrmAccount(_CurrentEmployeeId, _CurrentEmployeeName); fAccount.ShowDialog( ); }
private void Button_Click_2(object sender, RoutedEventArgs e) { FrmAccount acc = new FrmAccount(); acc.ShowDialog(); }