Exemplo n.º 1
0
 private void button_DecreaseInchesRatio_Click(object sender, RoutedEventArgs e) //Decrease inches ratio SMARTWALL
 {
     if (SmartWall != null)
     {
         SmartWall.DecreaseInchesRatio();
         NotifyThatSavingsNeed();
     }
 }