From 4551b0e6a083b049b68b37a736e9a21ea6ff1cf6 Mon Sep 17 00:00:00 2001 From: Yan Maniez Date: Wed, 16 Oct 2019 15:41:00 +0200 Subject: [PATCH] Oups --- AideDeJeu/AideDeJeu/Views/DicesPage.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/AideDeJeu/AideDeJeu/Views/DicesPage.xaml.cs b/AideDeJeu/AideDeJeu/Views/DicesPage.xaml.cs index d3ca43ce..0c694c8a 100644 --- a/AideDeJeu/AideDeJeu/Views/DicesPage.xaml.cs +++ b/AideDeJeu/AideDeJeu/Views/DicesPage.xaml.cs @@ -92,7 +92,6 @@ namespace AideDeJeu.Views try { var ao = new Urho.ApplicationOptions(assetsFolder: null); - HelloWorldUrhoSurface = new Urho.Forms.UrhoSurface(); charts = await HelloWorldUrhoSurface.Show(ao); } catch(Exception ex)