SparkleShare/SharpSSH/SecureShell.cs

18 lines
248 B
C#
Raw Normal View History

2010-07-15 19:41:37 +00:00
using System;
namespace Tamir.SharpSsh
{
/// <summary>
/// Summary description for SecureShell.
/// </summary>
public class SecureShell
{
public SecureShell()
{
//
// TODO: Add constructor logic here
//
}
}
}