Пример #1
0
        private void pictureBox6_Click(object sender, EventArgs e)
        {
            Personalization personalization = new Personalization(base.masterController);

            masterController.changeCurrentContent(personalization);
        }
Пример #2
0
 private void pictureBox6_Click(object sender, EventArgs e)
 {
     Personalization personalization = new Personalization(base.masterController);
     masterController.changeCurrentContent(personalization);
 }