C# Class CmisSync.Setting

ファイルを表示 Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
Setting ( ) : System

Constructor

Protected Methods

Method Description
Build ( ) : void
OnNotificationToggleButtonToggled ( object sender, EventArgs e ) : void

Private Methods

Method Description
LoadSetting ( ) : void
Refresh ( ) : void
RefreshSetting ( ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

OnNotificationToggleButtonToggled() protected method

protected OnNotificationToggleButtonToggled ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Setting() public method

Constructor
public Setting ( ) : System
return System