Exemple #1
0
 public void AddALLSKY(STATIONNAME StationName, DEVICENAME DeviceName, ALLSKY[] FieldName, Object[] Value, DateTime[] DateTime)
 {
     for (int i = 0; i < FieldName.Count(); i++)
     {
         AstroData.NewALLSKYInformation(StationName, DeviceName, FieldName[i], Value[i], DateTime[i]);
     }
 }