C# Class SparkleShare.SparkleController

Mostrar archivo Open project: hbons/SparkleShare Class Usage Examples

Public Methods

Method Description
AddToBookmarks ( ) : void
CopyToClipboard ( string text ) : void
CreateSparkleShareFolder ( ) : bool
CreateStartupItem ( ) : void
Initialize ( ) : void
InstallProtocolHandler ( ) : void
OpenFile ( string path ) : void
OpenFolder ( string path ) : void
OpenWebsite ( string url ) : void
Quit ( ) : void
SparkleController ( ) : System

Method Details

AddToBookmarks() public method

public AddToBookmarks ( ) : void
return void

CopyToClipboard() public method

public CopyToClipboard ( string text ) : void
text string
return void

CreateSparkleShareFolder() public method

public CreateSparkleShareFolder ( ) : bool
return bool

CreateStartupItem() public method

public CreateStartupItem ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

InstallProtocolHandler() public method

public InstallProtocolHandler ( ) : void
return void

OpenFile() public method

public OpenFile ( string path ) : void
path string
return void

OpenFolder() public method

public OpenFolder ( string path ) : void
path string
return void

OpenWebsite() public method

public OpenWebsite ( string url ) : void
url string
return void

Quit() public method

public Quit ( ) : void
return void

SparkleController() public method

public SparkleController ( ) : System
return System