If you want to navigate to new page from charm bar
then use below line in DoOperation() method.
this.Frame.Navigate(typeof(BasicPage));
or
you can use CharmFlyout
http://w8isms.blogspot.in/2012/07/charmflyout-another-charming.html
If you want more functionality in it.
Please remember to mark the replies as answers it will help others too.
How to add Textblock textField to charms bar
ReplyDelete