示例#1
0
 public MainWindow()
 {
     this.storage  = new JsonStockage();
     this.notebook = storage.Load();
     InitializeComponent();
 }