摘要:
public MainWindow() { InitializeComponent(); this.AddHandler(ListBox.SelectionChangedEvent, new SelectionChangedEventHandler(GenericHandler)); this.Ad 阅读全文
摘要:
//server using System; using System.Net; using System.Net.Sockets; using System.Text; namespace ConsoleApp63 { internal class Program { static void Ma 阅读全文
摘要:
//Runtime project,c class library using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; 阅读全文