Example #1
0
		public void SetProperty(CursorProps property, object value)
		{
		}
Example #2
0
 public void SetProperty(CursorProps property, object value)
 {
 }
Example #3
0
		public void GetProperty(CursorProps property, out object value)
		{
			value = null;
		}
Example #4
0
 public void GetProperty(CursorProps property, out object value)
 {
     value = null;
 }