Commit 2a15ab83 by liulongfei

配置调整

parent 1c75c2c5
...@@ -12,12 +12,6 @@ namespace VIZ.Framework.Storage ...@@ -12,12 +12,6 @@ namespace VIZ.Framework.Storage
public class Navigation3DConfig : IniConfigBase public class Navigation3DConfig : IniConfigBase
{ {
/// <summary> /// <summary>
/// 3D鼠标X轴偏移最大值
/// </summary>
[Ini(Section = "Navigation3D", DefaultValue = "3", Type = typeof(double))]
public string NAVIGATION3D_MAX_VALUE { get; set; }
/// <summary>
/// 3D鼠标配置名称 /// 3D鼠标配置名称
/// </summary> /// </summary>
[Ini(Section = "Navigation3D", DefaultValue = "VIZ.Framework", Type = typeof(string))] [Ini(Section = "Navigation3D", DefaultValue = "VIZ.Framework", Type = typeof(string))]
......
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