hMailServer.Administrator.formGreyListingWhiteAddress.formGreyListingWhiteAddress C# (CSharp) 메소드

formGreyListingWhiteAddress() 공개 메소드

public formGreyListingWhiteAddress ( ) : System
리턴 System
        public formGreyListingWhiteAddress()
        {
            InitializeComponent();

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