Draining management under construction

This commit is contained in:
Milan Hanajik
2017-03-27 23:05:02 +02:00
parent 439d98f99d
commit 8fb021da4c
13 changed files with 242 additions and 37 deletions
@@ -8,7 +8,8 @@ using System.Text;
namespace TBF.BenchControl.GenericDevices
{
public interface ITankDraining
public interface ITankDraining : ISequenceCondition
{
bool IsEmpty();
}
}