C# Class OfficialPlugins.Compiler.MainControl

Interaction logic for MainControl.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
MainControl ( ) : System
PrintOutput ( string text ) : void

Private Methods

Method Description
HandleCompileClick ( object sender, RoutedEventArgs e ) : void
HandleRunClick ( object sender, RoutedEventArgs e ) : void

Method Details

MainControl() public method

public MainControl ( ) : System
return System

PrintOutput() public method

public PrintOutput ( string text ) : void
text string
return void