Captura.OthersViewModel.OthersViewModel C# (CSharp) 메소드

OthersViewModel() 공개 메소드

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