Beispiel #1
0
 public static JObject GetOptions(WPFViewHelper helper)
 {
     OptionCallback c = new OptionCallback();
     helper.GetOptions(c);
     return c.Options;
 }