Beispiel #1
0
 public XWTypeDetail(string[] row,
                     EXCEL_SHEET_PILOT column,
                     XW_TYPE type)
 {
     setConditional(row[Convert.ToInt32(column)]);
     setSlotType(row[Convert.ToInt32(column)], type);
 }
Beispiel #2
0
 public XWActionDetail(string[] row,
                       EXCEL_SHEET_PILOT column,
                       XW_SHIP_ACTIONS action)
 {
     setConditional(row[Convert.ToInt32(column)]);
     setAction(row[Convert.ToInt32(column)], action);
 }