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_SrmStateWrite.cs
  • 添加项目文件。
    920efe24
    tf.ma authored
    2021-08-12 10:32:32 +0800  
    Browse Code »
VM_SrmStateWrite.cs 404 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace HH_WCS_Standard
{
    public class VM_SrmStateWrite:VM_WriteModel
    {
        public VM_SrmStateWrite(string name) : base(name)
        { 
        
        }
        public override void Clear()
        {
            throw new NotImplementedException();
        }
    }
}