Ejemplo n.º 1
0
 public GraphWindow()
 {
     InitializeComponent();
     this.graphArea.ZoomControl = this.zoomctrl;
     this.graphArea.Model       = DataModelDemo.Example3();
     this.DataContext           = this.graphArea;
 }
Ejemplo n.º 2
0
 public void SetupDemo()
 {
     this.contracts     = ContractCollectionDemo.KoopmanContract();
     this.model         = DataModelDemo.Example3();
     this.authorization = null;
 }