private void Square_OnClick(object sender, RoutedEventArgs e) { currentSelectedEnumShape = Myshapes.Square; }
private void Circle_OnClick(object sender, RoutedEventArgs e) { currentSelectedEnumShape = Myshapes.Circle; }