Beispiel #1
0
        private void bt_add_Click(object sender, EventArgs e)
        {
            NCC b = new NCC();

            b.Show();
        }
Beispiel #2
0
        private void bt_add_ncc_Click(object sender, EventArgs e)
        {
            NCC a = new NCC();

            a.Show();
        }