C# Class GoInsp.ViewModel.AddCompanyViewModel

Datei anzeigen Open project: robhendriks/goinsp

Public Properties

Property Type Description
AddCompanyCommand ICommand

Public Methods

Method Description
AddCompany ( ) : void
AddCompanyViewModel ( ) : System

Method Details

AddCompany() public method

public AddCompany ( ) : void
return void

AddCompanyViewModel() public method

public AddCompanyViewModel ( ) : System
return System

Property Details

AddCompanyCommand public_oe property

public ICommand AddCompanyCommand
return ICommand