private void button2_Click_1(object sender, EventArgs e) { Current_profile current_Profile = new Current_profile(); current_Profile.ShowDialog(); }
private void currentProfileToolStripMenuItem_Click(object sender, EventArgs e) { Current_profile current_Profile = new Current_profile(); current_Profile.ShowDialog(); }