C# Class BcsExplorerDemo.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: sybila/BCSParser

Public Properties

Property Type Description
StateNames ObservableCollection

Public Methods

Method Description
LoadBcsFile ( string fileName ) : void
MainWindow ( ) : BcsExplorerDemo.Controls

Private Methods

Method Description
BuildTreeView ( ) : MenuItem
Button_Click ( object sender, RoutedEventArgs e ) : void
DrawReactionInCanvas ( BcsReactionNode firstReaction ) : void

Method Details

LoadBcsFile() public method

public LoadBcsFile ( string fileName ) : void
fileName string
return void

MainWindow() public method

public MainWindow ( ) : BcsExplorerDemo.Controls
return BcsExplorerDemo.Controls

Property Details

StateNames public property

public ObservableCollection StateNames
return ObservableCollection