C# Class PutioFS.Windows.SettingsForm

Inheritance: System.Windows.Forms.Form
Show file Open project: firat/PutioFS

Public Properties

Property Type Description
ExecPath String
LoginApiKey System.Windows.Forms.TextBox
LoginPutioSecret System.Windows.Forms.TextBox
Mounter WinMounter

Public Methods

Method Description
InvokeSettings ( ) : void
LoadUserInfo ( ) : void
SaveUserInfo ( ) : void
SettingsForm ( WinMounter wm ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoginForm_Load ( object sender, EventArgs e ) : void
LoginPutioSecret_TextChanged ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
checkBox1_CheckedChanged ( object sender, EventArgs e ) : void
label1_Click ( object sender, EventArgs e ) : void
label2_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

InvokeSettings() public method

public InvokeSettings ( ) : void
return void

LoadUserInfo() public method

public LoadUserInfo ( ) : void
return void

SaveUserInfo() public method

public SaveUserInfo ( ) : void
return void

SettingsForm() public method

public SettingsForm ( WinMounter wm ) : System
wm WinMounter
return System

Property Details

ExecPath public static property

public static String ExecPath
return String

LoginApiKey public property

public System.Windows.Forms.TextBox LoginApiKey
return System.Windows.Forms.TextBox

LoginPutioSecret public property

public System.Windows.Forms.TextBox LoginPutioSecret
return System.Windows.Forms.TextBox

Mounter public property

public WinMounter,PutioFS.Windows Mounter
return WinMounter