Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2012-11-23 16:00:42 +0400
committerLluis Sanchez <lluis@xamarin.com>2012-11-23 16:00:42 +0400
commit17b0051973bb234d791b2fe5915b7a3449c42ef8 (patch)
tree69e7304e410b98903e24f929dd171fb3862cabf9 /Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
parent6f230ceb61ff5487598c4ce6f295dc80748557b0 (diff)
Moved Toolkit to root Xwt namespace
Diffstat (limited to 'Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs')
-rwxr-xr-xXwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs b/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
index 4689dbd0..8e9b1191 100755
--- a/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
+++ b/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
@@ -26,7 +26,7 @@
using System;
using Xwt.Backends;
-using Xwt.Engine;
+
namespace Xwt.GtkBackend
{