JobITPFormShell.cs 233 B

12345678910111213
  1. using System;
  2. using Comal.Classes;
  3. using InABox.Mobile;
  4. using Xamarin.Forms;
  5. namespace PRS.Mobile
  6. {
  7. public class JobITPFormShell : DigitalFormInstanceShell<JobITPFormModel, JobITP, JobITPLink, JobITPForm>
  8. {
  9. }
  10. }