12 lines
280 B
C#
12 lines
280 B
C#
using C4IT.FASD.Base;
|
|
using System;
|
|
using System.Linq;
|
|
|
|
namespace FasdDesktopUi.Basics.CustomEvents
|
|
{
|
|
public class RelationEventArgs : EventArgs
|
|
{
|
|
public ILookup<enumFasdInformationClass, cF4sdApiSearchResultRelation> Relations { get; set; }
|
|
}
|
|
}
|