using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace LYFZ.Software.UI.Dresses.DressManagement { public partial class FrmSelectPic : LYFZ.ComponentLibrary.BaseContentsFormMain { public FrmSelectPic() { InitializeComponent(); this.Shown += FrmSelectPic_Shown; } protected virtual void FrmSelectPic_Shown(object sender, EventArgs e) { //throw new NotImplementedException(); } } }