You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The App class (on App.xaml.cs) should inherit ISingleInstance and implement OnInstanceInvoked method:
6
+
7
+
Note: Usage examples are for WPF desktop applications. For other platforms/frameworks, inheritance and initialization should be done accordingly, not exactly like the examples.
8
+
9
+
The class that handles instance invokation should inherit ISingleInstance and implement OnInstanceInvoked method.
0 commit comments