7 lines
105 B
C#
Raw Normal View History

namespace System.Windows
{
public sealed class DragEventArgs : RoutedEventArgs
{
}
}