FileUpdater enancements.
[Widgit.git] / Selectable.cs
blob192345b2e37c9c8b04f7a83a33385beb2ce2367b
1 using System;
2 using System.Collections.Generic;
3 using System.Text;
5 namespace Widgit
7 public interface ISelectable
9 List<Git.File> GetSelected();