示例#1
0
 private void AddPointClick(object sender, RoutedEventArgs e)
 {
     db.InsertColor(number, hex);
     this.Close();
 }