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

ucGreyListing() 공개 메소드

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

            DirtyChecker.SubscribeToChange(this, OnContentChanged);

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