added missing using

master
Marc CHEVALDONNE 5 years ago
parent 2577e125f6
commit f1368c3fc9

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

@ -27,8 +27,6 @@
<string>8.0</string>
<key>CFBundleDisplayName</key>
<string>OrderStacks</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>XSAppIconAssets</key>
@ -37,7 +35,9 @@
<string>OrderStacks</string>
<key>CFBundleIdentifier</key>
<string>fr.iut.clermont.orderstacks</string>
<key>CFBundleVersion</key>
<string>1.1.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1.0</string>
</dict>
</plist>

@ -1,6 +1,7 @@
using System;
using Xamarin.Forms;
using TheGameExtreme.IO;
using TheGameExtreme.Resx;
namespace TheGameExtreme.view
{

Loading…
Cancel
Save