Exemplo n.º 1
0
        private void btnAddCatalog_Click(object sender, EventArgs e)
        {
            Catalog catalog = new Catalog();

            catalog.catalog_name = tbName.Text;
            CatalogBLL.AddCatalog(catalog);
            this.Close();
        }