master
Baptiste ARNAUD 6 years ago
parent 009bbd14a0
commit b618402131

@ -1,11 +1,11 @@
#pragma warning disable 1591
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
// </auto-generated>
//------------------------------------------------------------------------------

@ -153,6 +153,12 @@ namespace TheGameExtreme.view
// card.Clicked += played;
// Hand.Children.Add(card);
//}
for(int i = 0; i < playersNames.Count; i++)
{
}
}
/*
private void OnBindingChanged(object sender, TopRangeChangedEventArgs args)

Loading…
Cancel
Save