JobDetailFormShell.cs 209 B

123456789101112
  1. using System;
  2. using Comal.Classes;
  3. using InABox.Mobile;
  4. using Xamarin.Forms;
  5. namespace PRS.Mobile
  6. {
  7. public class JobFormShell : DigitalFormInstanceShell<JobFormModel, Job, JobLink, JobForm>
  8. {
  9. }
  10. }