Exemple #1
0
 public entry()
 {
     InitializeComponent();
     new Thread(new ThreadStart(delegate
     {
         Application.Run(ld = new loading());
     })).Start();
 }
Exemple #2
0
 public entry()
 {
     InitializeComponent();
     new Thread(new ThreadStart(delegate
     {
         Application.Run(ld = new loading(ih.globalTerrariaItems.Count()));
     })).Start();
 }