MainWindow.xib.designer.cs 727 B

1234567891011121314151617181920212223
  1. // ------------------------------------------------------------------------------
  2. // <autogenerated>
  3. // This code was generated by a tool.
  4. // Mono Runtime Version: 4.0.30319.1
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </autogenerated>
  9. // ------------------------------------------------------------------------------
  10. namespace BlackJack.MacOS {
  11. // Should subclass MonoMac.AppKit.NSWindow
  12. [MonoMac.Foundation.Register("MainWindow")]
  13. public partial class MainWindow {
  14. }
  15. // Should subclass MonoMac.AppKit.NSWindowController
  16. [MonoMac.Foundation.Register("MainWindowController")]
  17. public partial class MainWindowController {
  18. }
  19. }