Exemplo n.º 1
0
 public DeleteForm(DBUtils db, string dbCurrent)
 {
     this.db        = db;
     this.dbCurrent = dbCurrent;
     InitializeComponent();
 }
Exemplo n.º 2
0
 public AddRowObruch(DBUtils db, string dbCurrent)
 {
     this.db        = db;
     this.dbCurrent = dbCurrent;
     InitializeComponent();
 }
Exemplo n.º 3
0
 public MarkAsFinished(DBUtils db)
 {
     this.db = db;
     InitializeComponent();
 }