コード例 #1
0
ファイル: Router.cs プロジェクト: 14020816/Let-do-it
 public void SendLSA(Router Destination)
 {
 }
コード例 #2
0
ファイル: Router.cs プロジェクト: 14020816/Let-do-it
        // Conect to

        public void ConectTo(Router Destination)
        {
            Conected.Add(Destination);
        }
コード例 #3
0
ファイル: Router.cs プロジェクト: 14020816/Let-do-it
 public void SendHello(Router Destination)
 {
 }