Ejemplo n.º 1
0
 public MainWindow()
 {
     InitializeComponent();
     _presenter = new StaticCurvesPresenter(this);
     _pointLists = new Dictionary<string, PointPairList>();
     this.DataContext = _presenter;
 }
Ejemplo n.º 2
0
 public MainWindow()
 {
     InitializeComponent();
     _presenter       = new StaticCurvesPresenter(this);
     _pointLists      = new Dictionary <string, PointPairList>();
     this.DataContext = _presenter;
 }