public TFactoryPropertyViewModel (IFactoryPresentation presentation) : base (presentation, new TFactoryPropertyModel ()) { TypeName = GetType ().Name; Model.PropertyChanged += OnModelPropertyChanged; }
public TFactoryListModifyViewModel (IFactoryPresentation presentation) : base (presentation, new TFactoryListModifyModel ()) { TypeName = GetType ().Name; m_CanLock = false; }
public TFactoryViewModel (IFactoryPresentation presentation) : base (presentation, new TFactoryModel (), useViewModel: true) { TypeName = GetType ().Name; }
public TFactoryListTestViewModel (IFactoryPresentation presentation) : base (presentation, new TFactoryListTestModel ()) { TypeName = GetType ().Name; }
public TFactoryDesignViewModel (IFactoryPresentation presentation) : base (presentation, new TFactoryDesignModel ()) { TypeName = GetType ().Name; }