Exemplo n.º 1
0
        static void Main(string[] args)
        {
            WCFhost host = new WCFhost();

            host.OnStart();
        }
Exemplo n.º 2
0
 public Service1()
 {
     InitializeComponent();
     host = new WCFhost();
 }