示例#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;
 }