Exemplo n.º 1
0
        public MinneViewModel(CommunicationSetup setup)
        {
            m_communicationSetup = setup;
            var outputPath = this.m_communicationSetup.SelectedPath;

            LeonWriter.RegisterMinnePath(outputPath);
        }
Exemplo n.º 2
0
 public OrionViewModel()
 {
     CommunicationSetup = new CommunicationSetup();
     this.OnPropertyChanged("RangeVisible");
 }
Exemplo n.º 3
0
 public MinneViewModel(CommunicationSetup setup)
 {
     m_communicationSetup = setup;
 }
Exemplo n.º 4
0
 public LeonCommunication()
 {
     CommunicationSetup = new CommunicationSetup();
 }