public Asterism(List <string> P) { if (P.Count > 1) { dt = P[1]; type = GetDTType(); } cmd = P[0]; sina = new sinaAsterism(type, cmd); }
public Asterism(List<string> P) { if (P.Count > 1) { dt = P[1]; type = GetDTType(); } cmd = P[0]; sina = new sinaAsterism(type, cmd); }