зеркало из https://github.com/xamarin/ios-samples.git
51 строка
1.1 KiB
C#
51 строка
1.1 KiB
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 StreamingAudio
|
|
{
|
|
[Register ("MainViewController")]
|
|
partial class MainViewController
|
|
{
|
|
[Outlet]
|
|
UIKit.UILabel statusLabel { get; set; }
|
|
|
|
[Outlet]
|
|
UIKit.UIButton streamAndPlayButton { get; set; }
|
|
|
|
[Outlet]
|
|
UIKit.UIButton streamSaveAndPlayButton { get; set; }
|
|
|
|
[Outlet]
|
|
UIKit.UITextField urlTextbox { get; set; }
|
|
|
|
void ReleaseDesignerOutlets ()
|
|
{
|
|
if (streamAndPlayButton != null) {
|
|
streamAndPlayButton.Dispose ();
|
|
streamAndPlayButton = null;
|
|
}
|
|
|
|
if (streamSaveAndPlayButton != null) {
|
|
streamSaveAndPlayButton.Dispose ();
|
|
streamSaveAndPlayButton = null;
|
|
}
|
|
|
|
if (urlTextbox != null) {
|
|
urlTextbox.Dispose ();
|
|
urlTextbox = null;
|
|
}
|
|
|
|
if (statusLabel != null) {
|
|
statusLabel.Dispose ();
|
|
statusLabel = null;
|
|
}
|
|
}
|
|
}
|
|
}
|