示例#1
0
        private static PostComment.Post[] LoadPosts()
        {
            PostCommentClient pc = new PostCommentClient();

            PostComment.Post[] p = pc.GetPosts();
            return(p);
        }
示例#2
0
        private static IEnumerable <Post> LoadPosts()
        {
            var pc = new PostCommentClient();
            var p  = pc.GetPosts();

            return(p);
        }
示例#3
0
        private static Laborator6_PostComment.Post[] LoadPosts()
        {
            PostCommentClient pc = new PostCommentClient();

            Laborator6_PostComment.Post[] p = pc.GetPosts();
            return(p);
        }
示例#4
0
文件: Form1.cs 项目: paulsem/tsp_net
        private static Lab6_WCF_EF.Post[] LoadPosts()
        {
            PostCommentClient pc = new PostCommentClient();

            Lab6_WCF_EF.Post[] p = pc.GetPosts();
            return(p);
        }