예제 #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();
 }