Skip to content

Instantly share code, notes, and snippets.

View walterlv's full-sized avatar
💤
Sleeping...

walterlv walterlv

💤
Sleeping...
View GitHub Profile
using System;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Interop;
using Walterlv.Demo.Interop.Native;
namespace Walterlv.Demo.Interop
{
public class WindowBlur
{