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
Copy file name to clipboardExpand all lines: BTProgressHUDDemo/MainViewModel.cs
+70-3Lines changed: 70 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ public MainViewModel()
24
24
Create("Cancel problem 3",()=>BTProgressHUD.Show("Cancel",()=>KillAfter(),"Cancel and text"),false),
25
25
Create("Cancel problem 2",()=>BTProgressHUD.Show("Cancel",()=>KillAfter()),false),
26
26
Create("Cancel problem",()=>BTProgressHUD.Show("Cancel",()=>KillAfter(),"This is a multilinetext\nSome more text\n more text\n and again more text"),false),
27
-
Create("Show Message",()=>
27
+
Create("Show Message",()=>
28
28
BTProgressHUD.Show("Processing your image",10,MaskType.Black),true),
0 commit comments