JobKanbanShell.cs 188 B

12345678910111213
  1. using System;
  2. using System.Linq;
  3. using Comal.Classes;
  4. using Xamarin.Forms;
  5. namespace PRS.Mobile
  6. {
  7. public class JobKanbanShell : BaseKanbanShell<JobKanbanModel>
  8. {
  9. }
  10. }