예제 #1
0
        private void btHostForm_Click(object sender, EventArgs e)
        {
            HostForm f = new HostForm();

            ApplySelectedTheme(f);
            f.Show();
        }
예제 #2
0
 private void btHostForm_Click(object sender, EventArgs e)
 {
     HostForm f = new HostForm();
     ApplySelectedTheme(f);
     f.Show();
 }
예제 #3
0
 private void btHostForm_Click(object sender, EventArgs e)
 {
     HostForm f = new HostForm();
     f.Show();
 }
예제 #4
0
        private void btHostForm_Click(object sender, EventArgs e)
        {
            HostForm f = new HostForm();

            f.Show();
        }