On SCSF and CAB there two things that for me is new. First is Event Publication. Event Publication is the publisher of event where the event if fire. As example i have this kind of code: public void item_clicked(object sender, EventArgs e) { this.Clicked();
Read More...