All Questions
1 question
0
votes
1
answer
74
views
Automatic binding to some service properties in Catel with Fody
Assuming there is some service:
public interface IDeviceManagerService
{
ISomeDeviceApi Api { get; }
}
It's purpose is to monitor external environment (USB, network, etc.), instantiate device ...