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