Removed file/folder

This commit is contained in:
Jim Norman 2005-10-12 15:35:48 +00:00
parent 2c52617f41
commit b180563786

23
Ping.cs
View File

@ -1,23 +0,0 @@
using System;
namespace Novell.CASA.MiCasa.Common
{
/// <summary>
/// Summary description for Ping.
/// </summary>
///
[Serializable]
public class Ping
{
public Ping()
{
//
// TODO: Add constructor logic here
//
}
public string clientmessage;
public string servermessage;
}
}