搜索资源列表
DelegateDemo
- 委托的例子。。。。。。很简单的应用!能够初步了解委托的实质-Commissioned by example. . . . . . The application is very simple! A preliminary understanding of the substance can be commissioned
LoopInThread
- C#创建线程与循环的例子,此为演示代码,创建新线程,并创建ThreadStart委托对象,消息传输方法AddMsg,在方法中使用循环实现传输功能,在循环中创建线程,在循环中创建并使用线程,传输一行,并将该行删除,点击测试按钮“传输”即可完成测试。-C# to create a thread and circular example, this is the demo code, create a new thread, and create a ThreadStart delegate obje
LoopInThread
- #创建线程与循环的例子,此为演示代码,创建新线程,并创建ThreadStart委托对象,消息传输方法AddMsg。-# Create a thread with examples of the cycle, this is the demo code, create a new thread, and create ThreadStart delegate object, message transmission method AddMsg.
ThreadUIDemo
- C#跨线程调用控件的常用几种方法(程序Demo) (1)禁止编译器对跨线程访问做检查 (2)使用delegate 和invoke 来从其他线程中调用控件 (3)使用delegate 和BeginInvoke 来从其他线程中控制控件 (4)使用BackgroundWorker 组件-Several commonly used methods (procedures Demo) C# cross-thread call control (1) prohibits the com
Delegate_Action
- C# exemple for demo event and delegate in c# programming languges
3D实例演示
- 关于3d展示wpf控件的demo,WPF是 委托机制 数据驱动UI方式进行工作(About 3D, the demoWPF that displays WPF controls is the delegate mechanism, data driven, and UI work)
WindowsFormsApplication1
- 演示C#.net 委托使用方法,winfrom串口使用(Demo C#.net delegate use method, winfrom serial port use)
