示例#1
0
        //Statistics Sales
        private void αναφοράToolStripMenuItem2_Click(object sender, EventArgs e)
        {
            StatisticSellsSelectionForm slform = new StatisticSellsSelectionForm();

            slform.MdiParent = this;
            slform.Show();
        }
示例#2
0
文件: Start.cs 项目: cosior/OilPress
 //Statistics Sales
 private void πωλήσειςToolStripMenuItem_Click(object sender, EventArgs e)
 {
     StatisticSellsSelectionForm slform = new StatisticSellsSelectionForm();
     slform.MdiParent = this;
     slform.Show();
 }