Ejemplo n.º 1
0
 public BrandForm(DataModule dm, MainForm mnu)
 {
     InitializeComponent();
     DM      = dm;
     frmMenu = mnu;
     BindControls();
 }
Ejemplo n.º 2
0
        private BrandForm frmBrand;                 // the reference to the Client form

        private void MainForm_Load(object sender, EventArgs e)
        {
            DM = new DataModule(); //create the data module and load the dataset
        }