Commit 27440b46 by liulongfei

1. 项目默认打开上一次打开的项目

2. 控制对象位置值隐藏右侧的编辑模式
parent 1435e982
using log4net;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace VIZ.Package.Common
{
/// <summary>
/// 日志扩展
/// </summary>
public static class LogExpand
{
/// <summary>
/// 添加命令日志
/// </summary>
/// <param name="log">日志</param>
/// <param name="msg">消息</param>
public static void AppendCommandLog(this ILog log, string msg)
{
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment