|
|
@ -13,6 +13,8 @@ public partial class PartitionView : ContentPage
|
|
|
|
|
|
|
|
|
|
|
|
public Metronome music = new Metronome();
|
|
|
|
public Metronome music = new Metronome();
|
|
|
|
public Metronome metronome = new Metronome();
|
|
|
|
public Metronome metronome = new Metronome();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public string NomPartitionTitle { get; set; }
|
|
|
|
public int IdTab { get; set; }
|
|
|
|
public int IdTab { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -26,6 +28,8 @@ public partial class PartitionView : ContentPage
|
|
|
|
{
|
|
|
|
{
|
|
|
|
InitializeComponent();
|
|
|
|
InitializeComponent();
|
|
|
|
IdTab = id;
|
|
|
|
IdTab = id;
|
|
|
|
|
|
|
|
BindingContext = this;
|
|
|
|
|
|
|
|
NomPartitionTitle = MyManager.partitions[IdTab].Nom;
|
|
|
|
Part.BindingContext = MyManager.partitions[IdTab];
|
|
|
|
Part.BindingContext = MyManager.partitions[IdTab];
|
|
|
|
|
|
|
|
|
|
|
|
InitializeButton();
|
|
|
|
InitializeButton();
|
|
|
|