private void lbl_Tax_Cancelled_count_Click(object sender, EventArgs e) { Tax_Order_Allocation tx = new Tax_Order_Allocation(user_id, user_role, "Cancelled", ""); tx.Show(); }
private void lbl_Tax_Search_Tax_Request_Order_Allocation_Count_Click(object sender, EventArgs e) { Tax_Order_Allocation tx = new Tax_Order_Allocation(user_id, user_role, "Search_Tax_Request_Orders_For_Allocate", ""); tx.Show(); }
private void lbl_Tax_Exception_Count_Click(object sender, EventArgs e) { Tax_Order_Allocation tx = new Tax_Order_Allocation(user_id, user_role, "Exception", ""); tx.Show(); }