CSharpUtilsTests.DrawedEventArgs.DrawedEventArgs C# (CSharp) Method

DrawedEventArgs() public method

public DrawedEventArgs ( int n ) : System
n int
return System
		public DrawedEventArgs(int n)
		{
			this.n = n;
		}
	}
DrawedEventArgs