KanbanEditView.cs 133 B

12345678
  1. using InABox.Mobile;
  2. namespace PRS.Mobile
  3. {
  4. public abstract class KanbanEditView : MobileView<KanbanEditViewModel>
  5. {
  6. }
  7. }