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

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Laval <jeremie.laval@gmail.com>2012-03-09 18:07:12 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-03-09 18:14:49 +0400
commite0e1bdc47bf2dba28baad64318d8cd561ce9eb5c (patch)
treed1160b03dd7ba1efc245d80fdb084937ad660289 /WebViewExtraordinaire.designer.cs
parent2c7768f0504fe3a0873dd317a7584e3caeac31ef (diff)
[macdoc] Implement swipe gesture for navigation
Diffstat (limited to 'WebViewExtraordinaire.designer.cs')
-rw-r--r--WebViewExtraordinaire.designer.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/WebViewExtraordinaire.designer.cs b/WebViewExtraordinaire.designer.cs
new file mode 100644
index 0000000..9a212ca
--- /dev/null
+++ b/WebViewExtraordinaire.designer.cs
@@ -0,0 +1,12 @@
+
+namespace macdoc
+{
+
+ // Should subclass MonoMac.AppKit.NSView
+ [MonoMac.Foundation.Register("WebViewExtraordinaire")]
+ public partial class WebViewExtraordinaire
+ {
+ }
+}
+
+