Exemple #1
0
        static void Main(string[] args)
        {
            WCFhost host = new WCFhost();

            host.OnStart();
        }
Exemple #2
0
 public Service1()
 {
     InitializeComponent();
     host = new WCFhost();
 }