Commit 8be634d0 by 陶然

优化

parent 356d5f58
...@@ -36,5 +36,5 @@ using System.Runtime.InteropServices; ...@@ -36,5 +36,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示: //通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.2023.4270")] [assembly: AssemblyVersion("5.4.2023.5080")]
[assembly: AssemblyFileVersion("5.4.2023.4270")] [assembly: AssemblyFileVersion("5.4.2023.5080")]
...@@ -508,7 +508,7 @@ namespace Kivii.Samples ...@@ -508,7 +508,7 @@ namespace Kivii.Samples
//(routes.Count() > 1).ThrowIfTrue("所在地点不唯一!"); //(routes.Count() > 1).ThrowIfTrue("所在地点不唯一!");
if (routes.Count() > 1) return null; if (routes.Count() > 1) return null;
var rtns = routes[0]; var rtns = routes[0];
sample.CurrentRoute = route; sample.CurrentRoute = rtns;
return rtns; return rtns;
} }
......
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