08 2005 档案
Some basic points
摘要:1. To kill the nullreferance exception public event MyDelegate myEvent; if( myEvent != null ) myEvent(); myEvent is a class. it also use ‘new’ to create a instance. 2. To use in...
阅读全文