hMailServer.Administrator.formGreyListingWhiteAddress.formGreyListingWhiteAddress C# (CSharp) Méthode

formGreyListingWhiteAddress() public méthode

public formGreyListingWhiteAddress ( ) : System
Résultat System
        public formGreyListingWhiteAddress()
        {
            InitializeComponent();

             new TabOrderManager(this).SetTabOrder(TabOrderManager.TabScheme.AcrossFirst);
             Strings.Localize(this);
        }