C# Class FSO.IDE.Common.NewObjectDialog

Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
IsNew bool
ResultGUID uint
TargetIff IffFile

Méthodes publiques

Méthode Description
NewObjectDialog ( IffFile target, bool isNew ) : System

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.

OKButton_Click ( object sender, EventArgs e ) : void
RandomGUID_Click ( 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

NewObjectDialog() public méthode

public NewObjectDialog ( IffFile target, bool isNew ) : System
target IffFile
isNew bool
Résultat System

Property Details

IsNew public_oe property

public bool IsNew
Résultat bool

ResultGUID public_oe property

public uint ResultGUID
Résultat uint

TargetIff public_oe property

public IffFile TargetIff
Résultat IffFile