using System; namespace Tamir.SharpSsh { /// /// Summary description for SecureShell. /// public class SecureShell { public SecureShell() { // // TODO: Add constructor logic here // } } }