Advertisement
ThatsJake

Untitled

Mar 20th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.20 KB | None | 0 0
  1. public void AddPublication(bool isMagazine, string name)
  2.         {
  3.             publications.Add(new Publication
  4.                 (isMagazine, name, this));
  5.             OnPublicationsUpdated();
  6.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement