ArcMapAddinVisibility.ViewModels.LLOSViewModel.LLOSViewModel C# (CSharp) Method

LLOSViewModel() public method

public LLOSViewModel ( ) : System
return System
        public LLOSViewModel()
        {
            TargetAddInPoints = new ObservableCollection<AddInPoint>();

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