New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
bool isLoad;
public MainPage()
{
isLoad = true;
InitializeComponent();
}
private void Image_Text_SelectionChanged(object sender, SelectionChangedEventArgs e)
{
if(!isLoad)
{
/// your Configuration.
}
isLoad = false;
} |