Exemplo n.º 1
0
 //Events
 #region Increase & Decrease & Deselect buttons Events
 private void button_IncreaseInchesRatio_Click(object sender, RoutedEventArgs e) //Increase inches ratio SMARTWALL
 {
     if (SmartWall != null)
     {
         SmartWall.IncreaseInchesRatio();
         NotifyThatSavingsNeed();
     }
 }