예제 #1
0
파일: Router.cs 프로젝트: detlevn/OsmSharp
 /// <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
파일: Router.cs 프로젝트: UnifyKit/OsmSharp
 /// <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;
 }