Captura.OthersViewModel.OthersViewModel C# (CSharp) Method

OthersViewModel() public method

public OthersViewModel ( ) : Captura.Properties
return Captura.Properties
        public OthersViewModel()
        {
            _regionSelector.Closing += (Sender, Args) => Args.Cancel = true;
        }
OthersViewModel