ScreenToGif.Modern.HideWindowAndShowTrayIcon C# (CSharp) Method

HideWindowAndShowTrayIcon() private method

private HideWindowAndShowTrayIcon ( ) : void
return void
        private void HideWindowAndShowTrayIcon()
        {
            _trayIcon.ShowTrayIcon();
            this.Visible = false;
        }
Modern