EasyFarm.ViewModels.MasterViewModel.SendToSystemTray C# (CSharp) Method

SendToSystemTray() public method

public SendToSystemTray ( ) : void
return void
        public void SendToSystemTray()
        {
            if (MinimizeToTray)
            {
                _systemTray.Minimize(MainWindowTitle, @"EasyFarm has been minimized.");
            }
        }