Advertisement
Tolyamba

7

Jan 24th, 2017
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.32 KB | None | 0 0
  1. MyNewCollection mc1 = new MyNewCollection("FIRST");
  2. //один объект Journal подписать на события CollectionCountChanged и CollectionReferenceChanged из первой коллекции
  3. Journal joun1 = new Journal();
  4. mc1.CollectionCountChanged += new CollectionHandler(joun1.CollectionCountChanged);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement