コード例 #1
0
ファイル: ScrapbookPage.xaml.cs プロジェクト: mryp/favoshelf
        public ScrapbookPage()
        {
            this.InitializeComponent();

            this.ViewModel = new FolderSelectViewModel();
            m_db           = new LocalDatabase();
        }
コード例 #2
0
 /// <summary>
 /// コンストラクタ
 /// </summary>
 public QuickAccessPage()
 {
     this.InitializeComponent();
     this.ViewModel = new FolderSelectViewModel();
 }