Exemplo n.º 1
0
 public ControlTestScript(Type type)
 {
     ControlWindow.Create(type);
 }
Exemplo n.º 2
0
 public void Dispose()
 {
     ControlWindow.Close();
 }
Exemplo n.º 3
0
 public ControlTestScript(Type type, IServiceContainer services = null)
 {
     ControlWindow.Create(type, services);
 }