Esempio n. 1
0
 static public void Main(String[] args)
 {
     core = new SC.Core(null);
     for ( ; ;)
     {
         ;
     }
 }
Esempio n. 2
0
 protected override void OnStart(String[] args)
 {
     core = new SC.Core(EventLog);
     base.OnStart(args);
 }