SparkleShare/SharpSSH/SecureShell.cs
2010-07-15 20:41:37 +01:00

18 lines
248 B
C#

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