private void Items_Load(object sender, EventArgs e)
 {
     Formats.Guna_Button_Color(Item_AdminSample_Button);
     Barcode_ItemsForm_Textbox.Enabled   = false;
     Barcode_ItemsForm_Textbox.ForeColor = Color.Silver;
 }
Exemple #2
0
 private void Sellers_Load(object sender, EventArgs e)
 {
     Formats.Guna_Button_Color(Seller_AdminSample_Button);
     //Formats.Bunifu_Label_Text(FormName_Label, "Sellers");
 }
Exemple #3
0
 private void About_Load(object sender, EventArgs e)
 {
     Formats.Guna_Button_Color(About_AdminSample_Button);
 }
 private void Sells_Load(object sender, EventArgs e)
 {
     Formats.Guna_Button_Color(Sells_AdminSample_Button);
 }
 private void ItemCategories_Load(object sender, EventArgs e)
 {
     Formats.Guna_Button_Color(ItemCategories_AdminSample_Button);
 }