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