public U50General GetTaskGeneral()
        {
            U50General configPolicy = new U50General();

            //configPolicy.IsAutoScan = this.checkBox1.Checked;

            return configPolicy;
        }
        public U50General GetTaskGeneral()
        {
            U50General configPolicy = new U50General();

            //configPolicy.IsAutoScan = this.checkBox1.Checked;

            return(configPolicy);
        }
 public void SetConfigPolicy( U50General policy )
 {
     //this.checkBox1.Checked = policy.IsAutoScan;
 }
 public void SetConfigPolicy(U50General policy)
 {
     //this.checkBox1.Checked = policy.IsAutoScan;
 }