Annotation of cleanflash/CleanFlashCommon/ImageCheckBox.cs, revision 1.1.1.1

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: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.