Пример #1
0
 public MainForm()
 {
     InitializeComponent();
     _icCore.Start();
     // sets the form1's owner form to the MainForm instance
     form1.Owner = this;
     // show the Form1 form
     form1.Show();
 }
Пример #2
0
 public MainForm()
 {
     InitializeComponent();
     _icCore.Start();
 }