dojo.mixin
dojo.mixin function signature is: function(/*Object*/obj, /*Object…*/props){; where obj is the target object, props is the source object, and multiple can be passed in. This method i
Tag: delegate
C # entrusted supplement 01
The last article wrote some of the most basic things for commissioning. In this article, let’s talk about commissioning other things.
According to the understanding of the delegation, the delegation can Pass a method as a parameter. Using this feature, we can use delegates to implement plug-in programming.
C # Send information to the main thread by delegate
c# Windows programming often uses multiple threads. When you want to change the page data of the main thread in the newly opened thread, you need to delegate through the delegate
public deleg