Exemplo n.º 1
0
 public colorChooser(Window1 w)
 {
     w_Cur = w;
     InitializeComponent();
     fc = null;
     bg = false;
     ash = null;
     uShape = false;
     setUpColors();
 }
Exemplo n.º 2
0
 private void Add_Shapes(object sender, RoutedEventArgs e)
 {
     AddShapes s = new AddShapes(this);
     s.ShowDialog();
 }