コード例 #1
0
 protected override void OnClosing(CancelEventArgs e)
 {
     base.OnClosing(e);
     CatalogViewerUc.StoreLayouts();
     Saveable.SaveAll();
     Application.Current.Shutdown();
 }