port from perforce
This commit is contained in:
9
intromat/Intromat/Interfaces/ITreeItem.cs
Normal file
9
intromat/Intromat/Interfaces/ITreeItem.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Intromat.Interfaces
|
||||
{
|
||||
public interface ITreeItem
|
||||
{
|
||||
string Name { get; }
|
||||
bool IsExpanded { get; set; }
|
||||
bool IsSelected { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user