/// <summary>
 /// Handles the Click event of the button1 control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
 private void button1_Click(object sender, EventArgs e)
 {
     Randomizer = new ZeroitKRBTab.RandomizerCaption((byte)nmrRed.Value, (byte)nmrGreen.Value, (byte)nmrBlue.Value, (byte)nmrAlpha.Value,
                                                     Randomizer.IsRandomizerEnabled, Randomizer.IsTransparencyEnabled);
 }
 private void button1_Click(object sender, EventArgs e)
 {
     Randomizer = new RandomizerCaption((byte)nmrRed.Value, (byte)nmrGreen.Value, (byte)nmrBlue.Value, (byte)nmrAlpha.Value,
         Randomizer.IsRandomizerEnabled, Randomizer.IsTransparencyEnabled);
 }