Esempio n. 1
0
 private void OldBuff_CheckedChanged(object sender, EventArgs e)
 {
     Functions.OldBufferMode(Convert.ToInt32(OldBuff.Checked));
 }