hMailServer.Administrator.formGreyListingWhiteAddress.formGreyListingWhiteAddress C# (CSharp) Method

formGreyListingWhiteAddress() public method

public formGreyListingWhiteAddress ( ) : System
return System
        public formGreyListingWhiteAddress()
        {
            InitializeComponent();

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