зеркало из https://github.com/xamarin/mac-samples.git
35 строки
720 B
C#
35 строки
720 B
C#
// WARNING
|
|
//
|
|
// This file has been generated automatically by Xamarin Studio to store outlets and
|
|
// actions made in the UI designer. If it is removed, they will be lost.
|
|
// Manual changes to this file may not be handled correctly.
|
|
//
|
|
using Foundation;
|
|
using System.CodeDom.Compiler;
|
|
|
|
namespace MacDatabinding
|
|
{
|
|
[Register ("MainViewController")]
|
|
partial class MainViewController
|
|
{
|
|
[Outlet]
|
|
AppKit.NSView ContentView { get; set; }
|
|
|
|
[Outlet]
|
|
AppKit.SourceListView SourceList { get; set; }
|
|
|
|
void ReleaseDesignerOutlets ()
|
|
{
|
|
if (ContentView != null) {
|
|
ContentView.Dispose ();
|
|
ContentView = null;
|
|
}
|
|
|
|
if (SourceList != null) {
|
|
SourceList.Dispose ();
|
|
SourceList = null;
|
|
}
|
|
}
|
|
}
|
|
}
|