Пример #1
0
 public void Clear()
 {
     this.parent_mgr  = (AppMain.GMS_FIX_MGR_WORK)null;
     this.part_type   = 0;
     this.flag        = 0U;
     this.blink_timer = this.blink_on_time = this.blink_off_time = 0U;
     this.proc_update = this.proc_disp = (AppMain.MPP_VOID_GMS_FIX_PART_WORK)null;
 }
Пример #2
0
 public void Clear()
 {
     this.flag        = this.req_flag = 0U;
     this.proc_update = (AppMain.MPP_VOID_GMS_FIX_PART_WORK)null;
     Array.Clear((Array)this.part_work, 0, 5);
     this.part_ringcount.Clear();
     this.part_score.Clear();
     this.part_timer.Clear();
     this.part_challenge.Clear();
     this.part_virtual_pad.Clear();
 }