This commit is contained in:
10
PROMS/DropDownPanel/Interfaces/ILookupItem.cs
Normal file
10
PROMS/DropDownPanel/Interfaces/ILookupItem.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace AT.STO.UI.Win
|
||||
{
|
||||
public interface ILookupItem<T> where T: struct
|
||||
{
|
||||
T Id { get; }
|
||||
string Text { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user