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

            thissrv.createListener();
        }
Exemple #2
0
 static void Main(string[] args)
 {
     server thissrv = new server();
     thissrv.createListener();
 }