示例#1
0
 public MainView(IMainViewModel context)
 {
     this.DataContext = context.Get();
     InitializeComponent();
 }