Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MyNewCollection mc1 = new MyNewCollection("FIRST");
- //один объект Journal подписать на события CollectionCountChanged и CollectionReferenceChanged из первой коллекции
- Journal joun1 = new Journal();
- mc1.CollectionCountChanged += new CollectionHandler(joun1.CollectionCountChanged);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement