Пример #1
0
        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;
        }
Пример #2
0
 public U3DPosition Put(U3DPosition item)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public U3DPosition Post(string pid, U3DPosition item)
 {
     throw new NotImplementedException();
 }