C# Class GreenQloud.SparkleSetup

Inheritance: SparkleSetupWindow
Show file Open project: greenqloud/qloudsync Class Usage Examples

Public Properties

Property Type Description
CalculatingDone System.Action
CalculatingStart System.Action
LoadingDone System.Action
LoadingStart System.Action
SparkleSetupController SparkleSetupController
SynchronizingDone System.Action
SynchronizingStart System.Action

Public Methods

Method Description
ShowPage ( Controller type, string warnings ) : void
SparkleSetup ( ) : System

Private Methods

Method Description
InitializeCheckboxesFolders ( ) : void

Method Details

ShowPage() public method

public ShowPage ( Controller type, string warnings ) : void
type Controller
warnings string
return void

SparkleSetup() public method

public SparkleSetup ( ) : System
return System

Property Details

CalculatingDone public static property

public static Action,System CalculatingDone
return System.Action

CalculatingStart public static property

public static Action,System CalculatingStart
return System.Action

LoadingDone public static property

public static Action,System LoadingDone
return System.Action

LoadingStart public static property

public static Action,System LoadingStart
return System.Action

SparkleSetupController public property

public SparkleSetupController,GreenQloud SparkleSetupController
return SparkleSetupController

SynchronizingDone public static property

public static Action,System SynchronizingDone
return System.Action

SynchronizingStart public static property

public static Action,System SynchronizingStart
return System.Action