using C4IT.FASD.Base; using System; using System.Collections.Generic; namespace FasdDesktopUi.Basics.CustomEvents { public class SupportCaseDataEventArgs : EventArgs { public cF4sdApiSearchResultRelation Relation { get; set; } public IEnumerable DataTables { get; set; } } }