using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; namespace IOM_cs.insertForm.service { public interface IInsertService { void SetPanelControl(Panel panelMain,String frmType); void setToFirst(Panel panel); void setToLast(Panel pan); } }