We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77729c commit 6514542Copy full SHA for 6514542
README.md
@@ -1,19 +1,21 @@
1
# URLSchemeSample
2
Sample of URL Scheme for Xamarin.Mac and WPF
3
4
-### todo
5
-- implements URL Scheme for Xamarin.Mac <b>*** done ***</b>
+### how to use
+- implements URL Scheme for Xamarin.Mac
6
7
Run Xamarin.Mac Application and this command from console
8
```
9
open sample-app://Hello
10
11
12
-- implements URL Scheme for WPF <b>*** done ***</b>
+- implements URL Scheme for WPF
13
14
Run WPF Application <b>as administrator</b> and this command from command prompt
15
16
start sample-app://Hello1 Hello2 Hello3
17
18
19
+### todo
20
+
21
- shares with .Net Standard library
0 commit comments