Caliburn.micro - notifying a viewmodel on property change in another viewmodel
问题 I have a program that connects to a server and sends commands to it. in my program I have 2 windows, one of them is a toolbar with a textbox that shows current status (we'll call that "mainviewmodel") and the other is a login window which receives username and password and logs me into the server (we'll call that "loginviewmodel") now, in order for the mainviewmodel to know the loginviewmodel I use this: [Import] Private LoginViewModel loginViewModel; lunch the login window from the