File:  [cleanflash] / cleanflash / CleanFlashCommon / ImageCheckBox.cs
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed Oct 13 09:04:22 2021 UTC (4 years, 7 months ago) by root
Branches: UNKNWN, MAIN
CVS tags: v3400192, HEAD
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);
        }
    }
}

unix.superglobalmegacorp.com

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