Exemplo n.º 1
0
 public BulkDataForm(SqliteDB odb)
 {
     InitializeComponent();
     engine           = new ScryfallEngine(odb);
     this.db          = odb;
     backgroundWorker = new BackgroundWorker();
 }
Exemplo n.º 2
0
 public MainForm()
 {
     InitializeComponent();
     timer2.Interval = 1000;
     engine          = new ScryfallEngine(dB);
 }