Beispiel #1
0
        private void CreateFontItem_Click(object sender, System.EventArgs e)
        {
            CreateFont cf = new CreateFont();

            Visible = false;
            cf.Show();
        }
Beispiel #2
0
 private void CreateFontItem_Click(object sender, System.EventArgs e)
 {
     CreateFont cf = new CreateFont();
     Visible = false;
     cf.Show();
 }