【问题标题】:Unable to access System.Windows.Forms for Android app无法访问 Android 应用的 System.Windows.Forms
【发布时间】:2015-07-21 21:30:29
【问题描述】:

我们用 C# 构建了 .net 应用程序,它使用 System.Windows.Forms.Datavisualization.Charting。

我成功尝试了 Xamarin android 示例应用程序,但无法使用 System.Windows.Forms。

我们如何将上面的应用移植到安卓平台?

【问题讨论】:

    标签: c# android xamarin


    【解决方案1】:

    正如您在documentation 中看到的,System.Windows.Forms.Datavisualization.Charting 不是框架中移植的命名空间之一。你不能使用它。

    您必须恢复到另一个图表框架。

    【讨论】:

      猜你喜欢
      • 2012-03-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-04-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多