예제 #1
0
 public colorChooser(Window1 w)
 {
     w_Cur = w;
     InitializeComponent();
     fc = null;
     bg = false;
     ash = null;
     uShape = false;
     setUpColors();
 }
예제 #2
0
파일: Window1.xaml.cs 프로젝트: jaelle/blob
 private void Add_Shapes(object sender, RoutedEventArgs e)
 {
     AddShapes s = new AddShapes(this);
     s.ShowDialog();
 }