MyTest.Raise C# (CSharp) 메소드

Raise() 공개 메소드

public Raise ( ) : void
리턴 void
	public void Raise ()
	{
		if (TestEvent != null)
			TestEvent (this, EventArgs.Empty);
	}