mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 22:45:44 +00:00
Up nuget uwp + logs
This commit is contained in:
parent
6831602431
commit
a23febb05c
2 changed files with 6 additions and 2 deletions
|
|
@ -632,10 +632,10 @@
|
|||
<Version>1.1.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Xamarin.Forms">
|
||||
<Version>4.0.0.346134-pre9</Version>
|
||||
<Version>4.0.0.425677</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Xamarin.Forms.Visual.Material">
|
||||
<Version>4.0.0.346134-pre9</Version>
|
||||
<Version>4.0.0.425677</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="XamiTextSharpLGPLv2">
|
||||
<Version>1.0.0</Version>
|
||||
|
|
|
|||
|
|
@ -1261,6 +1261,10 @@ namespace AideDeJeu.ViewModels.PlayerCharacter
|
|||
{
|
||||
var item = field.Value as AcroFields.Item;
|
||||
Debug.WriteLine(field.Key);
|
||||
if(field.Key.ToString().Equals("Portrait"))
|
||||
{
|
||||
Debug.WriteLine("Portrait");
|
||||
}
|
||||
form.SetField(field.Key.ToString(), field.Key.ToString());
|
||||
}
|
||||
#endif // DEBUG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue