摘要:
完整版: using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threadi 阅读全文
摘要:
1.初步了解: (1)事件:指的是能够发生的什么事情。比如公司上市,这里的上市就是事件(比事情更正式。)。 (2)在c#中的定义:是类型的成员。是一种使对象或类具备了通知能力的成员。 (3)事件参数:经由事件发送过来的,与事件本身相关的消息,称为事件参数。 作用:比如,当手机的关注者收到通知之后,就 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Timers; using System. 阅读全文