C# Class Case.FamilySubcategories.UI.form_Main

Show file Open project: WeConnect/case-apps Class Usage Examples

Private Properties

Property Type Description
ButtonFolderBrowse_Click void
HasSubfolder bool
HelpButton_Click void
InitializeComponent void
LastChanceExit bool
PathDoesNotExist void
ProcessData void
TestPathInput bool
TextboxFamilyPath_TextChanged void
buttonCancel_Click void
buttonOk_Click void
form_Main_Load void

Public Methods

Method Description
form_Main ( Case.FamilySubcategories.Data.clsSettings s ) : System

Constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ButtonFolderBrowse_Click ( object sender, EventArgs e ) : void

The Event when someone Clicks Browse

HasSubfolder ( string path ) : bool

Checks if there are any SubFolders

HelpButton_Click ( object sender, EventArgs e ) : void

Goto the CaseApps page when someone needs help

InitializeComponent ( ) : void

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

LastChanceExit ( ) : bool

Give the user one last chance to get of it

PathDoesNotExist ( string path ) : void

Just a method for error processing

ProcessData ( ) : void

Get the Data

TestPathInput ( string p ) : bool

Checks that the Directory is a Valid Path

TextboxFamilyPath_TextChanged ( object sender, EventArgs e ) : void

The Evenet when someone changes the Text box

buttonCancel_Click ( object sender, EventArgs e ) : void

Close

buttonOk_Click ( object sender, EventArgs e ) : void

OK

form_Main_Load ( object sender, EventArgs e ) : void

What happens when the form loads

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

form_Main() public method

Constructor
public form_Main ( Case.FamilySubcategories.Data.clsSettings s ) : System
s Case.FamilySubcategories.Data.clsSettings
return System