C# Class cleanLayer.GUI.MainWindow

Inheritance: System.Windows.Window
Show file Open project: Vipeax/cleanLayer Class Usage Examples

Public Methods

Method Description
AddPage ( IGUIPage page ) : void
MainWindow ( ) : System

Private Methods

Method Description
textBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

AddPage() public method

public AddPage ( IGUIPage page ) : void
page IGUIPage
return void

MainWindow() public method

public MainWindow ( ) : System
return System