KanbanFormShell.cs 242 B

123456789101112
  1. using System;
  2. using Comal.Classes;
  3. using InABox.Core;
  4. using InABox.Mobile;
  5. using Xamarin.Forms;
  6. namespace PRS.Mobile
  7. {
  8. public class KanbanFormShell : DigitalFormInstanceShell<KanbanFormModel, Kanban, KanbanLink, KanbanForm>
  9. {
  10. }
  11. }