示例#1
0
文件: Form1.cs 项目: trase8/kurs
 public order(int arg_table, int waiter) {
     cost = 0;
     waiter_id = waiter;
     check ch = new check();
     table = new table(arg_table);
     check = ch;
     id = 0;
 }
示例#2
0
文件: Form1.cs 项目: trase8/kurs
 table_set() {
     table = new table[8];
     get_data();
 }