Sign in

ECS / WCS_BH2_WangBan · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • WCS_BH2_WangBan
  • HH_WCS_BH2_Wangban
  • Model
  • ViewModel
  • VM_PointStateWrite.cs
  • 添加项目文件。
    920efe24
    tf.ma authored
    2021-08-12 10:32:32 +0800  
    Browse Code »
VM_PointStateWrite.cs 298 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
using System;

namespace HH_WCS_Standard
{
    public class VM_PointStateWrite : VM_WriteModel
    {
        public VM_PointStateWrite(string name) : base(name)
        {
        }

        public override void Clear()
        {
            throw new NotImplementedException();
        }
    }
}