C# Class GreenQloud.SparkleSetup

Inheritance: SparkleSetupWindow
Datei anzeigen 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_oe static_oe property

public static Action,System CalculatingDone
return System.Action

CalculatingStart public_oe static_oe property

public static Action,System CalculatingStart
return System.Action

LoadingDone public_oe static_oe property

public static Action,System LoadingDone
return System.Action

LoadingStart public_oe static_oe property

public static Action,System LoadingStart
return System.Action

SparkleSetupController public_oe property

public SparkleSetupController,GreenQloud SparkleSetupController
return SparkleSetupController

SynchronizingDone public_oe static_oe property

public static Action,System SynchronizingDone
return System.Action

SynchronizingStart public_oe static_oe property

public static Action,System SynchronizingStart
return System.Action