C# Class WindowsAppExample.AdditionalForm

Exibir arquivo Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Public Methods

Method Description
AdditionalForm ( ) : System
renderTargetUserControl1_Render ( Camera camera ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AdditionalForm_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

buttonClose_Click ( object sender, EventArgs e ) : void

Method Details

AdditionalForm() public method

public AdditionalForm ( ) : System
return System

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

renderTargetUserControl1_Render() public method

public renderTargetUserControl1_Render ( Camera camera ) : void
camera Camera
return void