C# Class FSO.IDE.Common.NewObjectDialog

Show file 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 property

public bool IsNew
return bool

ResultGUID public property

public uint ResultGUID
return uint

TargetIff public property

public IffFile TargetIff
return IffFile