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

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