Exemplo n.º 1
0
 public Sign()
 {
     InitializeComponent();
     CurVM             = new SignVM();
     CurVM.ViewService = (ISignService)this;
     DataContext       = CurVM;
 }
Exemplo n.º 2
0
 public Sign()
 {
     InitializeComponent();
     DataContext = new SignVM(this);
 }