Esempio n. 1
0
 public ControlTestScript(Type type)
 {
     ControlWindow.Create(type);
 }
Esempio n. 2
0
 public ControlTestScript(Type type, IServiceContainer services = null)
 {
     ControlWindow.Create(type, services);
 }