public Cpr_usc_EK(Cst_EK myST)
 {
     // This call is required by the Windows.Forms Form Designer.
     InitializeComponent();
     _Cst_EK=myST;
     this.bEditierungsModus = false;
     // TODO: Add any initialization after the InitComponent call
 }
Exemple #2
0
        public usc_Kfz(Cst_EK pin_stEK)
        {
            this._stEK = pin_stEK;
            // This call is required by the Windows.Forms Form Designer.
            InitializeComponent();

            this.InitAlleSTE();
            this.ep_Eingabe.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
            this._b_FelderModifiziert = false;
        }
        /// <summary>
        /// Konstruktor
        /// </summary>
        public Cpr_usc_EK_xiao(Cst_EK pin_stEK)
        {
            this._Cst_EK = pin_stEK;
            // This call is required by the Windows.Forms Form Designer.
            InitializeComponent();

            this.InitAlleSTE();
            _b_FelderModifiziert = false;
            this.FuelleEinsatzmanager();
            // Hilfe festlegen
            SetzeHilfe();
        }
        public usc_Module(Cst_EK pin_stEK)
        {
            this._stEK = pin_stEK;
            // This call is required by the Windows.Forms Form Designer.
            InitializeComponent();

            this.InitAlleSTE();
            this._b_FelderModifiziert = false;
        }