Ejemplo n.º 1
0
 public NewDBPage9(NewDBVars n, SSDataBase db)
 {
     ndbv = n;
     mydb = db;
     // This call is required by the Windows Form Designer.
     InitializeComponent();
 }
Ejemplo n.º 2
0
        public NewDBPage4(NewDBVars n)
        {
            ndbv = n;
            // This call is required by the Windows Form Designer.
            InitializeComponent();

            // TODO: Add any initialization after the InitializeComponent call
        }
Ejemplo n.º 3
0
 public NewDBPage7(NewDBVars n)
 {
     ndbv = n;
     // This call is required by the Windows Form Designer.
     InitializeComponent();
 }