Пример #1
0
        //Statistics General Expenses
        private void γενικάΈξοδαToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            StatisticsGeneralExpenses sgeform = new StatisticsGeneralExpenses();

            sgeform.MdiParent = this;
            sgeform.Show();
        }
Пример #2
0
 //Statistics General Expenses
 private void γενικάΈξοδαToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     StatisticsGeneralExpenses sgeform = new StatisticsGeneralExpenses();
     sgeform.MdiParent = this;
     sgeform.Show();
 }