ManufacturingPacketEditView.cs 159 B

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