コード例 #1
0
 public static NavigationService GetInstance()
 {
     if (Instance == null)
     {
         Instance = new NavigationService();
     }
     return Instance;
 }