internal void ShowWidget() { if (floatingWindow != null) { floatingWindow.Show(); } if (dockBarItem != null) { dockBarItem.Show(); } Widget.Show(); }