Beispiel #1
0
 public static Presentations GetPresentations()
 {
     return(ActionFrameworkExtensions.GetPresentations());
 }
Beispiel #2
0
 public static Presentations GetPresentations(this ContentControl control)
 {
     return(ActionFrameworkExtensions.GetPresentations());
 }
Beispiel #3
0
 public static Presentations GetPresentations(this ActionHandler handler)
 {
     return(ActionFrameworkExtensions.GetPresentations());
 }