CmisSync.AppDelegate.WillBecomeActive C# (CSharp) 메소드

WillBecomeActive() 공개 메소드

public WillBecomeActive ( NSNotification notification ) : void
notification NSNotification
리턴 void
        public override void WillBecomeActive(NSNotification notification) {
            if (NSApplication.SharedApplication.DockTile.BadgeLabel != null) {
                // Program.Controller.ShowEventLogWindow();
                NSApplication.SharedApplication.DockTile.BadgeLabel = null;
            }
        }