AcManager.Pages.Drive.KunosCareer_SelectedPage.ViewModel.ViewModel C# (CSharp) Méthode

ViewModel() public méthode

public ViewModel ( KunosCareerObject careerObject ) : System
careerObject AcManager.Tools.Objects.KunosCareerObject
Résultat System
            public ViewModel(KunosCareerObject careerObject) {
                _acObject = careerObject;
            }
KunosCareer_SelectedPage.ViewModel