C# Class pcRobot.Infrastructure.MinimizeToTray

Afficher le fichier Open project: myrobots/MyRobots.com

Méthodes publiques

Méthode Description
Enable ( Window window ) : void

Enables "minimize to tray" behavior for the specified Window.

Method Details

Enable() public static méthode

Enables "minimize to tray" behavior for the specified Window.
public static Enable ( Window window ) : void
window System.Windows.Window Window to enable the behavior for.
Résultat void