C# Class CSharpUtilsTests.DrawedEventArgs

Inheritance: System.EventArgs
Show file Open project: soywiz/csharputils

Public Properties

Property Type Description
n int

Public Methods

Method Description
DrawedEventArgs ( int n ) : System

Method Details

DrawedEventArgs() public method

public DrawedEventArgs ( int n ) : System
n int
return System

Property Details

n public property

public int n
return int