Exemple #1
0
        private void fORM1ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            wycena form = new wycena(this);

            //form.MdiParent = this;
            form.Show();
        }
Exemple #2
0
 public add_product(wycena wycena)
 {
     InitializeComponent();
     this.wycena = wycena;
     Text        = "Dodaj produkt";
 }
Exemple #3
0
        private void metroButton1_Click(object sender, EventArgs e)
        {
            wycena form = new wycena(this);

            form.Show();
        }