Orc.Feedback
Name | Badge |
---|---|
Chat | |
Downloads | |
Stable version | |
Unstable version |
Allows the user to easily get feedback from the end-user.
Initializing the service
It is very important to initialize the service. It can be done by retrieving it from the service locator and update the required data:
var dependencyResolver = this.GetDependencyResolver();
var feedbackService = dependencyResolver.ResolveType<IFeedbackService>();
feedbackService.SomeProperty = "http://myfeedbackwebsite";
Contributions
We would like to thank the following contributors:
Want to contribute to the documentation? We have a guide for that!
Questions
Have a question about Catel or WildGums controls? Use StackOverflow with the Catel tag!