1234567891011121314151617181920212223 |
- // ------------------------------------------------------------------------------
- // <autogenerated>
- // This code was generated by a tool.
- // Mono Runtime Version: 4.0.30319.1
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </autogenerated>
- // ------------------------------------------------------------------------------
- namespace BlackJack.MacOS {
-
-
- // Should subclass MonoMac.AppKit.NSWindow
- [MonoMac.Foundation.Register("MainWindow")]
- public partial class MainWindow {
- }
-
- // Should subclass MonoMac.AppKit.NSWindowController
- [MonoMac.Foundation.Register("MainWindowController")]
- public partial class MainWindowController {
- }
- }
|