Ejemplo n.º 1
0
        public frmSoftware(clsSupport objSupport, clsSoftware objBase, Form objParent = null, string Caption = null) : base(myFormName, objSupport, objBase, Caption, objParent)
        {
            //This call is required by the Windows Form Designer.
            InitializeComponent();

            this.Text = Strings.Replace(Caption, "&", bpeNullString);
            LoadDefaultImage();
            BindControls();
            EnableControls(false);

            Icon        = mTCBase.Icon;
            MinimumSize = new Size(Width, Height);
            ReportPath  = mTCBase.ReportPath;
        }