alexsosnovskiy

how to fix 2

May 8th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.29 KB | None | 0 0
  1.  public void WebViewDone(string url)
  2.         {
  3.             if(_current == null)
  4.                 return;
  5.  
  6.             //example  http://web.com?param1=a&param2=b&errormsg=no_network
  7.             if (WebViewDoneEvent != null)
  8.                 WebViewDoneEvent(url);
  9.  
  10.             OnWebViewDoneIntrnal(url);
  11.         }
Advertisement
Add Comment
Please, Sign In to add comment