示例#1
0
 private void restoreDefaultBtn_Click(object sender, EventArgs e)
 {
     try
     {
         WindowCustomizationUtility.DeleteInactiveAccentColor();
     }
     catch (ArgumentException) { }
 }