repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-04-13 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git]
/
mcs
/
tests
/
test-411-lib.cs
blob
50c0c8046712f0662c316f44c7ebcb5e0153c55a
1
// Compiler options: -t:library
2
3
namespace
Qt
4
{
5
public class
QtSupport
6
{
7
protected static event
MousePressEvent mousePressEvent
;
8
9
protected delegate void
MousePressEvent
();
10
}
11
12
}