public void OnPostCreation(object source, NewPostArgs args)
 {
     _currentPost    = args.Post;
     _postController = args.Post;
 }
Beispiel #2
0
 public void OnPostCreation(object source, NewPostArgs args)
 {
     System.Console.WriteLine("A post '{0}' has been created.", args.Title);
 }