AkkaWPF.Shell.ViewModels.MainVM2.MainVM2 C# (CSharp) Method

MainVM2() public method

public MainVM2 ( IActorRef appActor ) : System.Collections.Generic
appActor IActorRef
return System.Collections.Generic
        public MainVM2(IActorRef appActor)
        {
            _appActor = appActor;
            _Modules = new ObservableCollection<ModuleVM>();
        }