/****************************** * 说明:添加流转步骤控件 * 创建人:龚宇超 * 创建日期:2019-06-21 * 修改人: * 修改日期: * 修改备注: * 版本:1.0.0.0 ******************************/ using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Windows.Forms; namespace Lskj.PubUserTomodule.AuditPermissionControls { /// /// 添加流转步骤控件 /// public partial class StepItemAdd : UserControl { /// /// 添加按钮对象 /// /// The add panel object. public Panel AddPanelObj { get { return PlAdd; } } public StepItemAdd() { InitializeComponent(); } } }