00001 using System; 00002 00003 namespace Tamir.SharpSsh.java.lang 00004 { 00008 public interface Runnable 00009 { 00010 void run(); 00011 } 00012 }