コード例 #1
0
ファイル: Manager.cs プロジェクト: tayduivn/mdebv
        public static bool LuuClient(Client client)
        {
            Accessdata acc = new Accessdata();

            return(acc.LuuClient(client));
        }
コード例 #2
0
ファイル: Manager.cs プロジェクト: tayduivn/mdebv
        public static bool LuuClient(Client client, Client server)
        {
            Accessdata acc = new Accessdata();

            return(acc.LuuClient(client, server));
        }