Esempio n. 1
0
 private void AddAttachTap()
 {
     AttachmentPickerUC.Show(AttachmentTypes.AttachmentTypesWithPhotoFromGalleryAndLocation, this._commentVM.NumberOfAttAllowedToAdd, (Action)(() =>
     {
         PostCommentsPage.HandleInputParams(this._commentVM);
         this.UpdateAppBar();
     }), true, 0, 0, (ConversationInfo)null);
 }
Esempio n. 2
0
 private void AddAttach()
 {
     AttachmentPickerUC.Show(AttachmentTypes.AttachmentTypesWithPhotoFromGalleryAndLocation, this._commentVM.NumberOfAttAllowedToAdd, (Action)(() => PostCommentsPage.HandleInputParams(this._commentVM)), true, 0L, 0, null);
 }