Exemplo n.º 1
0
 public UpgradeCommand(XmlUpgradeViewModel xUpgradeView)
 {
     this._xUpgradeView = xUpgradeView;
 }
Exemplo n.º 2
0
 public MainWindow()
 {
     InitializeComponent();
     //this.label.Foreground=new bru
     DataContext = _viewModel = new XmlUpgradeViewModel();
 }
Exemplo n.º 3
0
 public SelectCommand(XmlUpgradeViewModel xmlUpgradeView)
 {
     _xUpgradeView = xmlUpgradeView;
 }