Files
ZuneShell.dll/ZuneDBApi/MicrosoftZuneLibrary/DeleteFromLibraryEventArgs.cs
T

10 lines
139 B
C#
Raw Normal View History

2021-11-11 11:18:46 -06:00
using System;
namespace MicrosoftZuneLibrary
{
public class DeleteFromLibraryEventArgs : EventArgs
{
public bool DeleteFromDisk;
}
}