예제 #1
0
 //Constructor
 public Graphs_View()
 {
     Graphs_VM        = new Graphs_ViewModel();
     this.DataContext = Graphs_VM;
     InitializeComponent();
 }
예제 #2
0
 public Graphs_Command(Graphs_ViewModel graphs_VM)
 {
     this.graphs_VM = graphs_VM;
 }