mirror of
https://github.com/chibicitiberiu/drumkit.git
synced 2024-02-24 10:53:32 +00:00
42 lines
1.8 KiB
C#
42 lines
1.8 KiB
C#
|
|
|||
|
|
|||
|
#pragma checksum "F:\Dev\Windows8\DrumKit\DrumKit\UI\EditorPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "8F3BA0275F3337A1BAF0580BD0927581"
|
|||
|
//------------------------------------------------------------------------------
|
|||
|
// <auto-generated>
|
|||
|
// This code was generated by a tool.
|
|||
|
//
|
|||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|||
|
// the code is regenerated.
|
|||
|
// </auto-generated>
|
|||
|
//------------------------------------------------------------------------------
|
|||
|
|
|||
|
namespace DrumKit
|
|||
|
{
|
|||
|
partial class EditorPage : global::Windows.UI.Xaml.Controls.Page
|
|||
|
{
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
|
|||
|
private global::Windows.UI.Xaml.Controls.Canvas container;
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
|
|||
|
private global::Windows.UI.Xaml.Controls.Button buttonBack;
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
|
|||
|
private bool _contentLoaded;
|
|||
|
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
public void InitializeComponent()
|
|||
|
{
|
|||
|
if (_contentLoaded)
|
|||
|
return;
|
|||
|
|
|||
|
_contentLoaded = true;
|
|||
|
global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///UI/EditorPage.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
|
|||
|
|
|||
|
container = (global::Windows.UI.Xaml.Controls.Canvas)this.FindName("container");
|
|||
|
buttonBack = (global::Windows.UI.Xaml.Controls.Button)this.FindName("buttonBack");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
|