You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
374 B

using DataLibrary;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
using Common;
using System.Collections;
namespace TicketSystem
{
public partial class UC_Ticket : UserControl
{
private TicketSystemEntities tse = new TicketSystemEntities();
private int _flag = 0;
private string _errMsg = "";