コード例 #1
0
 protected void Add(StreamType type, int index, EntryKey entry, Func <string> value, string unit)
 {
     try { Add(type, index, entry, value(), unit); } catch (Exception ex) { Debug.Print(entry.ToString()); }
 }