Making a C#/Winform application cross-platform - should I use AIR, Mono, or something else?

前端 未结 9 1972
旧巷少年郎
旧巷少年郎 2021-01-05 14:31

I have an app that I\'ve written in C#/WinForms (my little app). To make it cross-platform, I\'m thinking of redoing it in Adobe AIR. Are there any arguments in favor of Win

9条回答
  •  自闭症患者
    2021-01-05 15:13

    Why would you go with Air?

    Use GTK#, and you have a cross platform forms engine and you get to keep your C# code.

提交回复
热议问题