예제 #1
0
 public StaffMonitor(Type type)
 {
     InitializeComponent();
     InitEvents();
     GridViewUtil.CreateColumnForData(this.gridView1, type);
 }
예제 #2
0
 public HandRoom(Type type)
 {
     InitializeComponent();
     InitEvents();
     GridViewUtil.CreateColumnForData(this.gridView1, type);
 }