Commit for development environment setup
This commit is contained in:
@@ -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