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

ucGreyListing() public method

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

            DirtyChecker.SubscribeToChange(this, OnContentChanged);

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