Ejemplo n.º 1
0
 static void Main()
 {
     WideBoxInterface.WideBoxInterfaceForm main = new WideBoxInterface.WideBoxInterfaceForm();
     VenomNamespace.Venom debug = new VenomNamespace.Venom(main.WideLocal, main.WifiLocal);
     main.Run(new WideInterface[] { debug });
 }
Ejemplo n.º 2
0
 static void Main()
 {
     WideBoxInterface.WideBoxInterfaceForm main = new WideBoxInterface.WideBoxInterfaceForm();
     SymbIOT.SymbIOT debug = new SymbIOT.SymbIOT(main.WideLocal, main.WifiLocal);
     main.Run(new WideInterface[] { debug });
 }
Ejemplo n.º 3
0
 static void Main()
 {
     WideBoxInterface.WideBoxInterfaceForm main  = new WideBoxInterface.WideBoxInterfaceForm();
     AutoPingerNamespace.AutoPinger        debug = new AutoPingerNamespace.AutoPinger(main.WideLocal, main.WifiLocal);
     main.Run(new WideInterface[] { debug });
 }