Example #1
0
 private void txtDecimal_TextChanged(object sender, EventArgs e)
 {
     try
     {
         if (!dialogChanged)
         {
             colorPicker.Color = MyColors.DecimalToColor(Convert.ToInt32(txtDecimal.Text));
         }
     }
     catch { }
 }