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