added missing using

master
Marc CHEVALDONNE 5 years ago
parent 2577e125f6
commit f1368c3fc9

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

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

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

Loading…
Cancel
Save