Esempio n. 1
0
 internal static bool __IsEmpty(IBDLocationListenerImplementor value)
 {
     return(value.OnConnectHotSpotMessageHandler == null && value.OnReceiveLocationHandler == null);
 }
		internal static bool __IsEmpty (IBDLocationListenerImplementor value)
		{
			return value.Handler == null;
		}
Esempio n. 3
0
 internal static bool __IsEmpty(IBDLocationListenerImplementor value)
 {
     return(value.Handler == null);
 }