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

ucLogging() 공개 메소드

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

            DirtyChecker.SubscribeToChange(this, OnContentChanged);

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