using System; namespace Tamir.SharpSsh.java.lang { /// /// Summary description for Runnable. /// public interface Runnable { void run(); } }