C# Class FSO.IDE.Common.NewObjectDialog

显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
IsNew bool
ResultGUID uint
TargetIff IffFile

Public Methods

Method Description
NewObjectDialog ( IffFile target, bool isNew ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

NewObjectDialog() public method

public NewObjectDialog ( IffFile target, bool isNew ) : System
target IffFile
isNew bool
return System

Property Details

IsNew public_oe property

public bool IsNew
return bool

ResultGUID public_oe property

public uint ResultGUID
return uint

TargetIff public_oe property

public IffFile TargetIff
return IffFile