зеркало из https://github.com/xamarin/ios-samples.git
28 строки
827 B
C#
28 строки
827 B
C#
// WARNING
|
|
//
|
|
// This file has been generated automatically by Visual Studio from the outlets and
|
|
// actions declared in your storyboard file.
|
|
// Manual changes to this file will not be maintained.
|
|
//
|
|
using Foundation;
|
|
using System;
|
|
using System.CodeDom.Compiler;
|
|
|
|
namespace RedGreenNotifications
|
|
{
|
|
[Register ("ViewController")]
|
|
partial class ViewController
|
|
{
|
|
[Action ("HandleTapGreenNotificationButton:")]
|
|
[GeneratedCode ("iOS Designer", "1.0")]
|
|
partial void HandleTapGreenNotificationButton (UIKit.UIButton sender);
|
|
|
|
[Action ("HandleTapRedNotificationButton:")]
|
|
[GeneratedCode ("iOS Designer", "1.0")]
|
|
partial void HandleTapRedNotificationButton (UIKit.UIButton sender);
|
|
|
|
void ReleaseDesignerOutlets ()
|
|
{
|
|
}
|
|
}
|
|
} |