// Host Update Sharp // // Douglas Thrift // // $Id$ using System; using System.IO; using System.Net; namespace DouglasThrift.HostUpdateSharp { public class HostUpdateSharp { public static void Main(string[] args) { // } } }