nusdownloader-fork/wyDay/Controls/CTaskbarList.cs

21 lines
638 B
C#

// Decompiled with JetBrains decompiler
// Type: wyDay.Controls.CTaskbarList
// Assembly: NUS Downloader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: DDAF9FEC-76DE-4BD8-8A6D-D7CAD5827AC6
// Assembly location: C:\dotpeek\NUS Downloader.exe
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace wyDay.Controls
{
[ClassInterface(ClassInterfaceType.None)]
[Guid("56FDF344-FD6D-11d0-958A-006097C9A090")]
[ComImport]
internal class CTaskbarList
{
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
public extern CTaskbarList();
}
}