我的博客园第一篇博客

到了园子很久了,开始第一篇博客,顺便测试一下代码高亮的插件

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace Cscn.MmsXmlInterface.Models.Entities.Equipment
{
    public class Property
    {
        public string Name { get; set; }
        public string Id { get; set; }
        public AbstractEquipment Equipment { get; set; }
    }
}

posted on 2012-04-27 14:02  tellxp  阅读(160)  评论(0)    收藏  举报

导航