Exemplo n.º 1
0
 private void Excute(string parameter)
 {
     if (parameter == "Weigh")
     {
         WinWeighView mWin = new WinWeighView();
         mWin.Owner = GlobalData._MainWindow;
         mWin.ShowDialog();
     }
 }
Exemplo n.º 2
0
 private void Excute(string parameter)
 {
     if (parameter == "Weigh")
     {
         WinWeighView mWin = new WinWeighView();
         mWin.Owner = GlobalData._MainWindow;
         mWin.ShowDialog();
     }
 }