C# Class Zetbox.Client.Presentables.GUI.PanelViewModel

Inheritance: ViewModel
Afficher le fichier Open project: daszat/zetbox

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
PanelViewModel ( IViewModelDependencies dependencies, IZetboxContext dataCtx, ViewModel parent, string title, IEnumerable children ) : System

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

PanelViewModel() protected méthode

protected PanelViewModel ( IViewModelDependencies dependencies, IZetboxContext dataCtx, ViewModel parent, string title, IEnumerable children ) : System
dependencies IViewModelDependencies
dataCtx IZetboxContext
parent ViewModel
title string
children IEnumerable
Résultat System