Porting WinForms Application to Mac OS

前端 未结 2 824
挽巷
挽巷 2021-01-05 02:01

I have written a C#/WinForms application in Visual Studio. From my research I\'m gathering that it is possible to make a Mac-friendly version of my application using Mono, b

2条回答
  •  既然无缘
    2021-01-05 02:27

    Imho, the most appropriate solution is to use Silverlight out of browser application. It works fine on Mac OS. I created several applications using this technique.

提交回复
热议问题