Exemplo n.º 1
0
 public DelegateRouteEndpoint(RoutedDelegate appFunc)
 {
     _appFunc = appFunc;
 }
Exemplo n.º 2
0
 public DelegateRouter(RoutedDelegate appFunc)
 {
     _appFunc = appFunc;
 }
Exemplo n.º 3
0
 public DelegateRouteEndpoint(RoutedDelegate appFunc)
 {
     _appFunc = appFunc;
 }
Exemplo n.º 4
0
 public DelegateRouter(RoutedDelegate appFunc)
 {
     _appFunc = appFunc;
 }