コード例 #1
0
 public StaffMonitor(Type type)
 {
     InitializeComponent();
     InitEvents();
     GridViewUtil.CreateColumnForData(this.gridView1, type);
 }
コード例 #2
0
ファイル: HandRoom.cs プロジェクト: sihangreal/FootManager
 public HandRoom(Type type)
 {
     InitializeComponent();
     InitEvents();
     GridViewUtil.CreateColumnForData(this.gridView1, type);
 }