コード例 #1
0
ファイル: test-264.cs プロジェクト: nobled/mono
	public static void Main()
	{
		Proef temp = new Proef();
		temp.OnDoSomething += new EventHandler(Temp);
	}
コード例 #2
0
    public static void Main()
    {
        Proef temp = new Proef();

        temp.OnDoSomething += new EventHandler(Temp);
    }