예제 #1
0
 public abstract dynamic GetObjectReference(object Item, OlReferenceType ReferenceType);
예제 #2
0
 public dynamic GetObjectReference(object Item, OlReferenceType ReferenceType)
 {
     Utils.LogNotImplementedStackTrace();
     
     return _application.GetObjectReference(Item, ReferenceType);
 }
예제 #3
0
		public dynamic GetObjectReference(object Item, OlReferenceType ReferenceType)
		{
			throw new NotImplementedException();
		}