C# Class PlugInPackage.DosCommand.FrmDosCommand

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: magicdict/MongoCola Class Usage Examples

Méthodes publiques

Свойство Type Description
StrSaveText string

Méthodes publiques

Méthode Description
FrmDosCommand ( ) : Common.System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CommandChanged ( string strCommandLine ) : void

//命令参数变化

InitializeComponent ( ) : void

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

cmdRunDos_Click ( object sender, EventArgs e ) : void

运行

cmdSave_Click ( object sender, EventArgs e ) : void

保存配置文件内容

frmDosCommand_Load ( object sender, EventArgs 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

FrmDosCommand() public méthode

public FrmDosCommand ( ) : Common.System
Résultat Common.System

Property Details

StrSaveText public_oe property

public string StrSaveText
Résultat string