Files
linux-packaging-mono/external/api-doc-tools/mdoc/Test/AttachedEventsAndProperties/System.Windows/RoutedEventArgs.cs

6 lines
85 B
C#
Raw Normal View History

namespace System.Windows
{
public class RoutedEventArgs : EventArgs
{
}
}