예제 #1
0
        private void button2_Click_1(object sender, EventArgs e)
        {
            Current_profile current_Profile = new Current_profile();

            current_Profile.ShowDialog();
        }
예제 #2
0
        private void currentProfileToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Current_profile current_Profile = new Current_profile();

            current_Profile.ShowDialog();
        }