Exemplo n.º 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();
 }
Exemplo n.º 2
0
 public MainForm()
 {
     InitializeComponent();
     _icCore.Start();
 }