Ejemplo n.º 1
0
 public AddFall()
 {
     InitializeComponent();
     CurrentAddVM = new AddFallVM(this);
     // CurrentVM.ViewService = (IAddReportViewService)this;
     DataContext = CurrentAddVM;
 }
Ejemplo n.º 2
0
 public Analystic()
 {
     InitializeComponent();
     CurrentVM   = new AddFallVM(null);
     DataContext = CurrentVM;
 }