C# Class DigglesModManager.Helpers

显示文件 Open project: cech12/DigglesModManager

Public Methods

Method Description
ExitApplication ( ) : void
OpenWebPage ( string uri ) : void
ShowErrorMessage ( string text, string title = null ) : void

Method Details

ExitApplication() public static method

public static ExitApplication ( ) : void
return void

OpenWebPage() public static method

public static OpenWebPage ( string uri ) : void
uri string
return void

ShowErrorMessage() public static method

public static ShowErrorMessage ( string text, string title = null ) : void
text string
title string
return void