C# Class SteamCleaner.Utilities.Tools

Show file Open project: Codeusa/SteamCleaner

Private Properties

Property Type Description
GetUserAppDataPath string

Public Methods

Method Description
CheckForUpdates ( ) : void
GetContainingRectangle ( Rectangle a, Rectangle b ) : Rectangle

Gets the smallest Rectangle containing two input Rectangles

GetDataPath ( ) : string
GotoSite ( string url ) : void

Private Methods

Method Description
GetUserAppDataPath ( ) : string

APF version of user app data path

Method Details

CheckForUpdates() public static method

public static CheckForUpdates ( ) : void
return void

GetContainingRectangle() public static method

Gets the smallest Rectangle containing two input Rectangles
public static GetContainingRectangle ( Rectangle a, Rectangle b ) : Rectangle
a System.Drawing.Rectangle
b System.Drawing.Rectangle
return System.Drawing.Rectangle

GetDataPath() public static method

public static GetDataPath ( ) : string
return string

GotoSite() public static method

public static GotoSite ( string url ) : void
url string
return void