C# Class pcRobot.Infrastructure.MinimizeToTray

Mostrar archivo Open project: myrobots/MyRobots.com

Public Methods

Method Description
Enable ( Window window ) : void

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

Method Details

Enable() public static method

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.
return void