Example #1
0
 public Nox()
 {
     _base = new NoxBase();
     _base.Initialize();
 }
Example #2
0
 public Index()
 {
     _base = new NoxBase();
 }