Example #1
0
 private void Plus_Click(object sender, RoutedEventArgs e)
 {
     cal.Action('+');
 }