コード例 #1
0
 public LoginViewModel()
 {
     SharedProfiler = ProfilHandler.GetHandler;
     Navigation = new Navigation();
 }
コード例 #2
0
 public OpretProfilViewModel()
 {
     ProfilShared = ProfilHandler.GetHandler;
     Navigation = new Navigation();
 }
コード例 #3
0
        public ResultatViewModel()
        {
            SharedFerie = FerieMålHandler.GetInstance;
            Navigation = new Navigation();

        }