You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用 Visual Studio 创建 Windows Forms 应用程序(.NET),然后将 `System.Windows.Forms` 的引用替换为`LVGLSharp.Forms`。
46
+
推荐按仓库中的示例采用多目标框架的方式:使用 Visual Studio 创建 Windows Forms 应用程序(.NET),以 `net10.0-windows` 目标启用设计器(`UseWindowsForms=true`),再增加一个纯 `net10.0` 目标用于跨平台运行并在该目标下引用`LVGLSharp.Forms`。可参考示例工程的配置:[`src/Demos/WinFormsDemo/WinFormsDemo.csproj`](./src/Demos/WinFormsDemo/WinFormsDemo.csproj)。
0 commit comments