public ScrapbookPage() { this.InitializeComponent(); this.ViewModel = new FolderSelectViewModel(); m_db = new LocalDatabase(); }
/// <summary> /// コンストラクタ /// </summary> public QuickAccessPage() { this.InitializeComponent(); this.ViewModel = new FolderSelectViewModel(); }