private void Insert3DPosTimer_Tick(object sender, EventArgs e) { Stopwatch watch1 = new Stopwatch(); watch1.Start(); U3DPosition pos = new U3DPosition(); Client1.InnerClient.AddU3DPosition(new U3DPosition[] { pos }); watch1.Stop(); Tb3DPosResult.Text = GetLogText(string.Format("写入数据 用时:{0}", watch1.Elapsed)) + "\n" + Tb3DPosResult.Text; }
public U3DPosition Put(U3DPosition item) { throw new NotImplementedException(); }
public U3DPosition Post(string pid, U3DPosition item) { throw new NotImplementedException(); }