Format:
Recent snippets for: CodeFuzion
public class ViewModelLocator {
public ViewModelLocator() {
//if (!ViewModelBase.IsInDesignModeStatic)
CompositionInitializer.SatisfyImports(this);
}
//If I do not use AllowDefault = true, the Design Time blows up saying it cannot
// match the export to the import
[Import(AllowDefault = true)]
public OrbitScreenViewModel SomeViewModelInstance { get; set; }
404 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
