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
thrownewArgumentException("[Acr.UserDialogs] This is the bait library, not the platform library. You must install the nuget package in your main executable/application project");
16
-
17
-
returncurrentInstance;
18
-
}
19
-
set=>currentInstance=value;
20
-
}
21
-
#endif
5
+
// #if NETSTANDARD
6
+
// static IUserDialogs currentInstance;
7
+
// public static IUserDialogs Instance
8
+
// {
9
+
// get
10
+
// {
11
+
// if (currentInstance == null)
12
+
// throw new ArgumentException("[Acr.UserDialogs] This is the bait library, not the platform library. You must install the nuget package in your main executable/application project");
0 commit comments