Esempio n. 1
0
        /// <summary>
        /// constructor
        /// </summary>
        public TUCPartnerTypes() : base()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();
            #region CATALOGI18N

            // this code has been inserted by GenerateI18N, all changes in this region will be overwritten by GenerateI18N
            #endregion

            // define the screen's logic
            FLogic = new TUCPartnerTypesLogic();

            // TODO: add PetraUtilsObject from parent form
            //this.SetStatusBarText(this.grdPartnerTypes, "Special Types List. Tick/untick selected Special Type with <Enter> or <Space> key or by double-clicking desired Special Type.");
        }
Esempio n. 2
0
 public CustomValueChangedEvent(TUCPartnerTypesLogic AParentClass)
 {
     FParentClass = AParentClass;
 }
Esempio n. 3
0
 public CustomValueChangedEvent(TUCPartnerTypesLogic AParentClass)
 {
     FParentClass = AParentClass;
 }