mirror of
https://github.com/chibicitiberiu/drumkit.git
synced 2024-02-24 10:53:32 +00:00
45 lines
2.2 KiB
C#
45 lines
2.2 KiB
C#
|
|
|||
|
|
|||
|
#pragma checksum "F:\Dev\Windows8\DrumKit\DrumKit\UI\Copy of DrumkitsSettingsControl.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "F1FDC1224E5422AD7DC404436C0DCC45"
|
|||
|
//------------------------------------------------------------------------------
|
|||
|
// <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 DrumkitsSettingsControl : global::Windows.UI.Xaml.Controls.UserControl
|
|||
|
{
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
|
|||
|
private global::Windows.UI.Xaml.Controls.ListView listDrumkits;
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
|
|||
|
private global::Windows.UI.Xaml.Controls.TextBox textName;
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 4.0.0.0")]
|
|||
|
private global::Windows.UI.Xaml.Controls.TextBox textDescription;
|
|||
|
[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/Copy of DrumkitsSettingsControl.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
|
|||
|
|
|||
|
listDrumkits = (global::Windows.UI.Xaml.Controls.ListView)this.FindName("listDrumkits");
|
|||
|
textName = (global::Windows.UI.Xaml.Controls.TextBox)this.FindName("textName");
|
|||
|
textDescription = (global::Windows.UI.Xaml.Controls.TextBox)this.FindName("textDescription");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
|