Method | Description | |
---|---|---|
InstallShortcut ( string shortcutPath ) : void | ||
Show ( string title, string detail, string sound = null ) : void | ||
ToastNotifierFactory ( ) : System |
Method | Description | |
---|---|---|
TryCreateShortcut ( ) : bool |
public static InstallShortcut ( string shortcutPath ) : void | ||
shortcutPath | string | |
return | void |
public Show ( string title, string detail, string sound = null ) : void | ||
title | string | |
detail | string | |
sound | string | |
return | void |