Пример #1
0
 public AvatarImageService(ImageSourceFactoryMethodAsync factoryMethodAsync, Func <string, Size, bool> rejectMethodAsync)
 {
     Debug.Assert(factoryMethodAsync != null);
     FactoryMethodAsync = factoryMethodAsync;
     RejectMethodAsync  = rejectMethodAsync;
 }
Пример #2
0
 public AvatarImageService(ImageSourceFactoryMethodAsync factoryMethodAsync)
 {
     Debug.Assert(factoryMethodAsync != null);
     FactoryMethodAsync = factoryMethodAsync;
 }