using System.Collections.Generic;
using System.Threading.Tasks;
static void Main(string[] args)
public void Tableinfo(object sender,Tableargs e)
Console.WriteLine("The Table s empty" + e.customer);
none, appetizer, main, desert, done
public void tableavialable(object sender, Tableargs e)
Console.WriteLine("{0}{1}got the table", this.firstname, this.lastname);
Console.WriteLine("Table is Avialable"+ e.table);
custqueue[] Q = new custqueue[5];
int front = -1, rear = -1, i;