Samples
Samples
Documents
Language: Hydrogene, Platform: Toffee, Category: OS X
https://github.com/remobjects/ElementsSamples/tree/master/Hydrogene/Toffee/OS X/Documents
-
Documents
-
References
- Cocoa
- rtl
- libToffee
- libElements
- Source Files
- Other Files
-
References
AppDelegate.cs
using AppKit;
namespace Documents
{
[NSApplicationMain, IBObject]
class AppDelegate : INSApplicationDelegate
{
public void applicationDidFinishLaunching(NSNotification notification)
{
}
}
}
