aktueller Stand
This commit is contained in:
11
FasdDesktopUi/Basics/CustomEvents/RelationEventArgs.cs
Normal file
11
FasdDesktopUi/Basics/CustomEvents/RelationEventArgs.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using C4IT.FASD.Base;
|
||||
using System;
|
||||
using System.Linq;
|
||||
|
||||
namespace FasdDesktopUi.Basics.CustomEvents
|
||||
{
|
||||
public class RelationEventArgs : EventArgs
|
||||
{
|
||||
public ILookup<enumFasdInformationClass, cF4sdApiSearchResultRelation> Relations { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user