ArcMapAddinVisibility.ViewModels.LLOSViewModel.LLOSViewModel C# (CSharp) Méthode

LLOSViewModel() public méthode

public LLOSViewModel ( ) : System
Résultat System
        public LLOSViewModel()
        {
            TargetAddInPoints = new ObservableCollection<AddInPoint>();

            // commands
            SubmitCommand = new RelayCommand(OnSubmitCommand);
        }