libcmo21/BMapBindings/BMapSharp/BMapWrapper.cs
yyc12345 7c88b3614a fix: update BMap bindings
- send message in console if PyBMap fail to load native dynamic library. this is good for user experience.
- remove snippet from BMap bindings generator. We now insert generated code manually.
- fix C sharp code generation issue in BMap bidnings generator.
- add some content for BMapSharp.
2024-09-21 16:50:53 +08:00

8 lines
54 B
C#

using System;
namespace BMapSharp.BMapWrapper {
}