예제 #1
0
        private void _formSelectPost_GridNotPublishedClick(object sender, GridNotPublishedClickArgs e)
        {
            DataBaseSoftController dataBase = new DataBaseSoftController();
            ReadyPost readyPost             = dataBase.GetBrowserPost(e.IdReadyPost);

            PostController postController = new PostController();

            postController.PostComplete += PostController_PostComplete;
            postController.GetBrowserPost(readyPost);
        }