예제 #1
0
 private static dynamic SerializeForm(WebViewForm f)
 {
     return(new
     {
         ClientId = f.ClientId,
         Screen = f.Screen,
         Url = f.Invoke(new Func <Uri>(() => f.WebView.Source)).ToString(),
     });
 }