Beispiel #1
0
        private void stockInToolStripMenuItem_Click(object sender, EventArgs e)
        {
            StockInUI stockIn = new StockInUI();

            stockIn.Show();
            this.Hide();
        }
Beispiel #2
0
        private void stockInToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.Hide();
            StockInUI aStockInUi = new StockInUI(userNameLabel.Text);

            aStockInUi.Show();
        }
Beispiel #3
0
        private void stockInButton_Click(object sender, EventArgs e)
        {
            StockInUI stock1 = new StockInUI();

            stock1.Show();
        }