public void Init(Service service) { DataContext = viewModel = new FontCreatorViewModel(service); service.ProjectChanged += ResetViewModel; }