Exemplo n.º 1
0
 /// <summary>
 /// Handles the FormClosing event of the FormShaderException control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="FormClosingEventArgs"/> instance containing the event data.</param>
 private void FormShaderException_FormClosing(object sender, FormClosingEventArgs e)
 {
     this.SaveLayout();
     RegistryLoader.SaveValue(Name, "fontSize", FontSize);
 }