Пример #1
0
        internal static IntPtr /* NativeError */
        ctx_always_apply(string taskId, string ns, NativeModifiers nativeModifiers)
        {
            if (IsWindows())
            {
                return(CBridgeWin.ctx_always_apply(taskId, ns, nativeModifiers));
            }

            if (IsLinux())
            {
                return(CBridgeLinux.ctx_always_apply(taskId, ns, nativeModifiers));
            }

            throw new NotImplementedException(NoImplementedError);
        }