repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tests
/
gtest-423.cs
blob
b130470cc6b5a9bd8895044529e167c1201bbdd9
1
using
System
;
2
3
class
App
4
{
5
public static void
Main
()
6
{
7
EventHandler h
=
new
EventHandler
(
Test
) ??
Test
;
8
}
9
10
public static void
Test
(
object
s
,
EventArgs a
)
11
{
12
}
13
}