EasyFarm.ViewModels.MasterViewModel.SendToSystemTray C# (CSharp) Méthode

SendToSystemTray() public méthode

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