コード例 #1
0
ファイル: Database.cs プロジェクト: Clancey/Grapher
 public bool InsertTelemetry(Telemetry tele)
 {
     return this.Insert(tele, tele.GetType()) == 1;
 }
コード例 #2
0
 public bool InsertTelemetry(Telemetry tele)
 {
     return(this.Insert(tele, tele.GetType()) == 1);
 }