コード例 #1
0
ファイル: VgConnections.cs プロジェクト: PetterBomban/David
        private static string GetNameOfClient(GlobalServerComponent connection)
        {
            string name; int connectionNo;

            connection.bcGetDataConnectionInfo(out connectionNo, out name);
            return(name);
        }
コード例 #2
0
ファイル: VgConnections.cs プロジェクト: reositter/David
 private static string GetNameOfClient(GlobalServerComponent connection)
 {
     string name; int connectionNo;
     connection.bcGetDataConnectionInfo(out connectionNo, out name);
     return name;
 }