Esempio n. 1
0
 public abstract dynamic GetObjectReference(object Item, OlReferenceType ReferenceType);
Esempio n. 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();
		}