repo.or.cz
/
Widgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
FileUpdater enancements.
[Widgit.git]
/
Selectable.cs
blob
192345b2e37c9c8b04f7a83a33385beb2ce2367b
1
using
System
;
2
using
System
.
Collections
.
Generic
;
3
using
System
.
Text
;
4
5
namespace
Widgit
6
{
7
public interface
ISelectable
8
{
9
List
<
Git
.
File
>
GetSelected
();
10
}
11
}