示例#1
0
 private void ThrowExceptionIfNotPocoWithProxy(InternalPicture source, Exception exception)
 {
     if (typeof(InternalPicture) == source.GetType())
     {
         throw exception;
     }
 }
 private void ThrowExceptionIfNotPocoWithProxy(InternalPicture source, Exception exception)
 {
     if (typeof(InternalPicture) == source.GetType())
     {
         throw exception;
     }
 }