Exemplo n.º 1
0
        public MainWindow()
        {
            InitializeComponent();

            _store = new SQLiteStore(store_CreateSchema, 4);
            _wpfProxy = new WPFProxy();
            itemsDataGrid.ItemsSource = _store.GetTable("Files").DefaultView;
        }
Exemplo n.º 2
0
        public MainWindow()
        {
            InitializeComponent();

            _store    = new SQLiteStore(store_CreateSchema, 4);
            _wpfProxy = new WPFProxy();
            itemsDataGrid.ItemsSource = _store.GetTable("Files").DefaultView;
        }