What you do today can improve all your tomorrows.
Bear in mind: S = Single Responsibility Principle
O = Opened Closed Principle
L = Liskov Substitution Principle
I = Interface Segregation Principle
D = Dependency Inversion Principle
摘要:
public partial class Form1 : Form { BackgroundWorker worker = new BackgroundWorker(); xxContext context_ = null; public Form1() { InitializeComponent()... 阅读全文