Exemplo n.º 1
0
 public TShellViewModel (IPresentation presentation, T model, string processName)
   : this (model, processName)
 {
   if (presentation.NotNull ()) {
     presentation.ViewModel = this;
   }
 }