Esempio n. 1
0
 public static void Register()
 {
     TypeUtil.RegisterAssembly(typeof(AssemblyRegister).Assembly);
 }
Esempio n. 2
0
 public Application()
 {
     //_instance = this;
     startTime = (double)Environment.TickCount / (1000);
     TypeUtil.RegisterAssembly(typeof(Application).Assembly);
 }