|
|
cleanflash 34.0.0.192
using System;
using System.Windows.Forms;
namespace CleanFlashCommon {
public partial class ImageCheckBox : CheckBox {
protected override void OnCheckedChanged(EventArgs e) {
ImageIndex = Checked ? 1 : 0;
base.OnCheckedChanged(e);
}
}
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.