using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SearchCommon { /// /// 提交事件参数 /// public class EvtArgsFormTextBox_OK : EventArgs { /// /// 当前页 /// public string Text { get; set; } } }