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