DressViewphotoSmallForm.cs 437 B

12345678910111213141516171819
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Linq;
  7. using System.Text;
  8. using System.Windows.Forms;
  9. namespace LYFZ.Software.MainBusiness.Dresses.SetSmallForm
  10. {
  11. public partial class DressViewphotoSmallForm : LYFZ.Software.UI.Dresses.SetSmallForm.DressViewphotoSmallForm
  12. {
  13. public DressViewphotoSmallForm()
  14. {
  15. }
  16. }
  17. }