|
|
1.1 ! root 1: using System; ! 2: using System.Windows.Forms; ! 3: ! 4: namespace CleanFlashCommon { ! 5: public partial class ImageCheckBox : CheckBox { ! 6: protected override void OnCheckedChanged(EventArgs e) { ! 7: ImageIndex = Checked ? 1 : 0; ! 8: base.OnCheckedChanged(e); ! 9: } ! 10: } ! 11: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.