CmisSync.AppDelegate.WillBecomeActive C# (CSharp) Method

WillBecomeActive() public method

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