C# Class MyForm, MonoMac.Windows.Form

Inheritance: Form
Datei anzeigen Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Methods

Method Description
Main ( string args ) : void
MyForm ( ) : System

Private Methods

Method Description
button1_Click ( object sender, EventArgs e ) : void
textbox1_KeyDown ( object sender, KeyEventArgs e ) : void
trackBar1_Scroll ( object sender, System e ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

MyForm() public method

public MyForm ( ) : System
return System