Ejemplo n.º 1
0
        private void itemSummaryButton_Click(object sender, EventArgs e)
        {
            this.Hide();
            ItemSummaryUI summaryUi = new ItemSummaryUI(userNameLabel.Text);

            summaryUi.Show();
        }
Ejemplo n.º 2
0
        private void itemSummaryToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ItemSummaryUI itemSummary = new ItemSummaryUI();

            itemSummary.Show();
            this.Hide();
        }