public void HideColorsHistory() { _colorsHistoryWindow?.Close(); _colorsHistoryWindow = null; }
public void ShowColorsHistory() { _colorsHistoryWindow = new ColorsHistoryWindow(_userSetting.ColorsHistory); _colorsHistoryWindow.Show(); }