C# Class ZForge.SA.Komponent.SALicenseControl

Afficher le fichier Open project: zhuangyy/Motion

Private Properties

Свойство Type Description
InitializeComponent void
ListAdd void
ListInitialize void
ListSetup void
ListUpdate void
toolStripButtonImport_Click void

Méthodes publiques

Méthode Description
Import ( ) : bool
Import ( string filename ) : bool
SALicenseControl ( ) : System

Méthodes protégées

Méthode Description
ColumnInitialize ( ) : ColumnModel
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.

ListAdd ( SALicense lic ) : void
ListInitialize ( ) : void
ListSetup ( List lics ) : void
ListUpdate ( ) : void
toolStripButtonImport_Click ( object sender, EventArgs e ) : void

Method Details

ColumnInitialize() protected méthode

protected ColumnInitialize ( ) : ColumnModel
Résultat ColumnModel

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

Import() public méthode

public Import ( ) : bool
Résultat bool

Import() public méthode

public Import ( string filename ) : bool
filename string
Résultat bool

SALicenseControl() public méthode

public SALicenseControl ( ) : System
Résultat System