public void Start() { _widgetWindow = new WidgetWindow(); _widgetWindow.Show(); }
public void Stop() { _widgetWindow.Close(); _widgetWindow = null; }