コード例 #1
0
ファイル: Program.cs プロジェクト: mesutevin/aktos-dcs-cs
 static void Main(string[] args)
 {
     Pinger x = new Pinger(); 
     Actor.wait_all(); 
 }
コード例 #2
0
        static void Main(string[] args)
        {
            Pinger x = new Pinger();

            Actor.wait_all();
        }