Can we have Silverlight’s Childwindow set as singleton? If so, can you share me a pseudo code to implement it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The question would be way??
But you Can simplest way is to Simple in your App.cs
public static ChilldWindow MYGLOBAL_CHILDE_WINDOW = new SomeIMplementation()
and you can access it from everywhere App.MYGLOBAL_CHILDE_WINDOW.Show() — to Display it