C# Class PKStudio.Forms.Editors.Pages.Library.MainPage

Afficher le fichier Open project: AlexandrSurkov/PKStudio

Méthodes publiques

Méthode Description
MainPage ( ) : System.IO
MainPage ( LibraryWrapper Lib ) : System.IO
OnApplyChanges ( ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

RefreshControl ( ) : void

Private Methods

Méthode Description
BrowseBtn_Click ( object sender, System e ) : void
DirectoryTb_TextChanged ( object sender, System e ) : void
GroupsCb_SelectedIndexChanged ( object sender, System e ) : void
GroupsCb_TextUpdate ( object sender, System e ) : void
InitializeComponent ( ) : void

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

IsStubCb_CheckedChanged ( object sender, System e ) : void
LevelCb_SelectedIndexChanged ( object sender, System e ) : void
NameTb_TextChanged ( object sender, System e ) : void
ProjNameTb_TextChanged ( object sender, System e ) : void
SetSuffixs ( ) : void
TestCb_CheckedChanged ( object sender, System e ) : 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

MainPage() public méthode

public MainPage ( ) : System.IO
Résultat System.IO

MainPage() public méthode

public MainPage ( LibraryWrapper Lib ) : System.IO
Lib LibraryWrapper
Résultat System.IO

OnApplyChanges() public méthode

public OnApplyChanges ( ) : bool
Résultat bool

RefreshControl() protected méthode

protected RefreshControl ( ) : void
Résultat void