コード例 #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 });
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: abmantis/InDev
 static void Main()
 {
     WideBoxInterface.WideBoxInterfaceForm main = new WideBoxInterface.WideBoxInterfaceForm();
     SymbIOT.SymbIOT debug = new SymbIOT.SymbIOT(main.WideLocal, main.WifiLocal);
     main.Run(new WideInterface[] { debug });
 }
コード例 #3
0
ファイル: Program.cs プロジェクト: abmantis/InDev
 static void Main()
 {
     WideBoxInterface.WideBoxInterfaceForm main  = new WideBoxInterface.WideBoxInterfaceForm();
     AutoPingerNamespace.AutoPinger        debug = new AutoPingerNamespace.AutoPinger(main.WideLocal, main.WifiLocal);
     main.Run(new WideInterface[] { debug });
 }