зеркало из https://github.com/xamarin/ios-samples.git
21 строка
530 B
C#
21 строка
530 B
C#
// WARNING
|
|
//
|
|
// This file has been generated automatically by MonoDevelop to store outlets and
|
|
// actions made in the Xcode designer. If it is removed, they will be lost.
|
|
// Manual changes to this file may not be handled correctly.
|
|
//
|
|
using Foundation;
|
|
|
|
namespace ButtonEventDemo
|
|
{
|
|
[Register ("ButtonEventDemoViewController")]
|
|
partial class ButtonEventDemoViewController
|
|
{
|
|
[Outlet]
|
|
UIKit.UIButton aButton { get; set; }
|
|
|
|
[Action ("HandleButtonTouch:")]
|
|
partial void HandleButtonTouch (Foundation.NSObject sender);
|
|
}
|
|
}
|