Newer
Older
IRIS_COLLECT_GA / IOM_cs / insertForm / service / IInsertService.cs
yangqianqian on 1 Jun 2021 342 bytes first commit
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);
    }
}