using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Gs.DevApp.ToolBox
{
///
/// 更新父窗体事件
///
public class UpdateParentEventArgs : EventArgs
{
public string Data { get; set; }
public List FilterList { get; set; }
public List StringList { get; set; }
}
}