Esempio n. 1
0
 /// <summary>
 /// Creates a new router with the given router implementation.
 /// </summary>
 /// <param name="router"></param>
 public Router(ITypedRouter router)
 {
     _router = router;
 }
Esempio n. 2
0
 /// <summary>
 /// Creates a new router with the given router implementation.
 /// </summary>
 /// <param name="router"></param>
 private Router(ITypedRouter router)
 {
     _router = router;
 }
Esempio n. 3
0
 /// <summary>
 /// Creates a new router with the given router implementation.
 /// </summary>
 /// <param name="router"></param>
 public Router(ITypedRouter router)
 {
     _router = router;
 }
Esempio n. 4
0
 /// <summary>
 /// Creates a new router with the given router implementation.
 /// </summary>
 /// <param name="router"></param>
 private Router(ITypedRouter router)
 {
     _router = router;
 }