Esempio n. 1
0
        private void 个人收费统计ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FrmAccount fAccount = new FrmAccount(_CurrentEmployeeId, _CurrentEmployeeName);

            fAccount.ShowDialog( );
        }
Esempio n. 2
0
        private void Button_Click_2(object sender, RoutedEventArgs e)
        {
            FrmAccount acc = new FrmAccount();

            acc.ShowDialog();
        }