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

ucLogging() public method

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

            DirtyChecker.SubscribeToChange(this, OnContentChanged);

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