Пример #1
0
        public void LoadComments(PhotoCommentCollection comments)
        {
            var pc = new PictureComments();

            pc.LoadComments(comments, "Comments");
            grdSubWindow.Children.Add(pc);

            ShowSubWindow(0, 40, 0);
        }
        public void LoadComments(PhotoCommentCollection comments)
        {
            var pc = new PictureComments();
            pc.LoadComments(comments, "Comments");
            grdSubWindow.Children.Add(pc);

            ShowSubWindow(0, 40, 0);

        }