C# Class MobilePhone.MainForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: kennykhek/smart_clips

Méthodes publiques

Méthode Description
InitDataGrid ( ) : void
InitPlanDataGrid ( ) : void
LoadPhaseDetailsDropdown ( ) : void
LoadPhasePlanDropdown ( ) : void
LowerCaseFirstChar ( String sConvert ) : String
MainForm ( ) : System
OnChange ( object sender, EventArgs e ) : void
OnChangePlan ( object sender, EventArgs e ) : void
ProcessPersonality ( ) : void
ProcessPhasePreferences ( ) : void
ResetDropDownDef ( ) : void
UpdatePhoneGrid ( String attribute ) : void
UpdatePlanGrid ( String attribute ) : void
UpperCaseFirstChar ( String sConvert ) : String
testDataGrid ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

OnClickButton ( object sender, EventArgs e ) : void
ProcessPhase ( int iPhase ) : void
ResetPhase ( int iPhase ) : void
SetRange ( List list ) : List
SetUIState ( int iPhase ) : void
UpdatePhoneList ( List PhoneList ) : void

Method Details

Dispose() protected méthode

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

InitDataGrid() public méthode

public InitDataGrid ( ) : void
Résultat void

InitPlanDataGrid() public méthode

public InitPlanDataGrid ( ) : void
Résultat void

LoadPhaseDetailsDropdown() public méthode

public LoadPhaseDetailsDropdown ( ) : void
Résultat void

LoadPhasePlanDropdown() public méthode

public LoadPhasePlanDropdown ( ) : void
Résultat void

LowerCaseFirstChar() public méthode

public LowerCaseFirstChar ( String sConvert ) : String
sConvert String
Résultat String

MainForm() public méthode

public MainForm ( ) : System
Résultat System

OnChange() public méthode

public OnChange ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnChangePlan() public méthode

public OnChangePlan ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

ProcessPersonality() public méthode

public ProcessPersonality ( ) : void
Résultat void

ProcessPhasePreferences() public méthode

public ProcessPhasePreferences ( ) : void
Résultat void

ResetDropDownDef() public méthode

public ResetDropDownDef ( ) : void
Résultat void

UpdatePhoneGrid() public méthode

public UpdatePhoneGrid ( String attribute ) : void
attribute String
Résultat void

UpdatePlanGrid() public méthode

public UpdatePlanGrid ( String attribute ) : void
attribute String
Résultat void

UpperCaseFirstChar() public méthode

public UpperCaseFirstChar ( String sConvert ) : String
sConvert String
Résultat String

testDataGrid() public méthode

public testDataGrid ( ) : void
Résultat void