private void MainForm_Load(object sender, EventArgs e) { mtpCompanies.Show(); CompanyTransactions company = new CompanyTransactions(); company.FillCompaniesToDataGrid(userCompanyId); product.FillProductsToDataGrid(userCompanyId); companyId = Convert.ToInt32(mdgCompanies[0, mdgCompanies.CurrentCell.RowIndex].Value); company.ShowCompanyDetails(); //mlbl_Username.Text ="Sayın, "+ Form.userRealName.ToString(); firstRunned = false; }
private void btnBringAll_Click(object sender, EventArgs e) { CompanyTransactions company = new CompanyTransactions(); company.FillCompaniesToDataGrid(userCompanyId); }