Exemplo n.º 1
0
        private void create_Click(object sender, EventArgs e)
        {
            CreatePack cp = new CreatePack();

            cp.Show();
            this.Hide();
            cp.Closing += cp_Closing;
        }
Exemplo n.º 2
0
        private void create_Click(object sender, EventArgs e)
        {
            CreatePack cp = new CreatePack();

            cp.Show();
        }