public ControlTestScript(Type type) { ControlWindow.Create(type); }
public void Dispose() { ControlWindow.Close(); }
public ControlTestScript(Type type, IServiceContainer services = null) { ControlWindow.Create(type, services); }