Exemplo n.º 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            //открытие формы создания пазла
            CreatePuzzle p = new CreatePuzzle();

            p.Show();
            this.Hide();
        }
Exemplo n.º 2
0
 public GalleryForCreate(CreatePuzzle puzzle)
 {
     InitializeComponent();
     picSelected = null;
     p           = puzzle;
     createPuzzleChoose();
     admin = true;
 }