ACAT.Lib.Core.Utility.WindowActivityMonitor.GetActiveWindowAsync C# (CSharp) Méthode

GetActiveWindowAsync() public static méthode

Asyncrhonously forces an event to be raised regardless of whether focus changed or not
public static GetActiveWindowAsync ( ) : void
Résultat void
        public static void GetActiveWindowAsync()
        {
            _forceGetActiveWindow = true;
        }