hMailServer.Administrator.ucLogging.ucLogging C# (CSharp) Méthode

ucLogging() public méthode

public ucLogging ( ) : System
Résultat System
        public ucLogging()
        {
            InitializeComponent();

            DirtyChecker.SubscribeToChange(this, OnContentChanged);

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