Ejemplo n.º 1
0
        //Statistics Products
        private void αναφοράToolStripMenuItem_Click(object sender, EventArgs e)
        {
            StatisticsProduct stProd = new StatisticsProduct();

            stProd.MdiParent = this;
            stProd.Show();
        }
Ejemplo n.º 2
0
 //Statistics Products
 private void αναφοράToolStripMenuItem_Click(object sender, EventArgs e)
 {
     StatisticsProduct stProd = new StatisticsProduct();
     stProd.MdiParent = this;
     stProd.Show();
 }