Translating Windows form application to a Cocoa app

Viewed 14

I am very new to mac visual studios and Xcode in high school I purely used visual studios and all of my old programs were windows form applications so I can't run them on my Mac. is there any way I can transfer the windows form app to a cocoa app? any help would be greatly appreciated.

1 Answers

There isn't a way to directly convert a C# application to a Cocoa app.

Related