linux-packaging-mono/mcs/tests/test-411-lib.cs

13 lines
186 B
C#
Raw Normal View History

// Compiler options: -t:library
namespace Qt
{
public class QtSupport
{
protected static event MousePressEvent mousePressEvent;
protected delegate void MousePressEvent ();
}
}