Beispiel #1
0
        private void toolStripButton4_Click(object sender, EventArgs e)
        {
            CustomerHistory ch = new CustomerHistory();

            ch.MdiParent = this;
            ch.Show();
        }
Beispiel #2
0
        private void customersHistoryToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CustomerHistory ch = new CustomerHistory();

            ch.MdiParent = this;
            ch.Show();
        }