Revision dcca46c3 trunk/Pithos.Client.WPF/Shell/AboutViewModel.cs

b/trunk/Pithos.Client.WPF/Shell/AboutViewModel.cs
68 68

  
69 69
        public string Bits { get; set; }
70 70

  
71
        [Import]
72
        public ShellViewModel Shell { get; set; }
73
        
71 74
        public AboutViewModel()
72 75
        {
73 76
            Assembly assembly = Assembly.GetExecutingAssembly();
......
86 89
        {
87 90
            this.TryClose();
88 91
        }
92

  
93
        public void CheckForUpdates()
94
        {
95
            Shell.CheckForUpgrade();    
96
        }
89 97
    }
90 98
}

Also available in: Unified diff