예제 #1
0
        private void PictureBox15_Click(object sender, EventArgs e)
        {
            AddProfile p = new AddProfile();

            p.FormClosing += new FormClosingEventHandler(updAdminProfileActions);
            p.Show();
        }
예제 #2
0
        private void addProfile(object sender, RoutedEventArgs e)
        {
            AddProfile addProfileForm = new AddProfile(this);

            addProfileForm.Show();
            LockButtons(true);
        }