In C#, the callbacks are mere delegates. Delegates wrap your callback method inside a object and that object is passed as a parameter.
確定! 回上一頁