0
내 wp8 앱에서 모든 파노라마 항목에 대해로드 된 이벤트를 만듭니다.하지만 앱을 실행하면 모든 파노라마 항목이 즉시로드되지만로드 할 때로드하려고합니다. 파노라마 항목파노라마 항목을로드 할 때 파노라마 항목을로드하는 방법
private void podne_Loaded(object sender, RoutedEventArgs e)
{
tesbihat2.Content = TextToXaml("podne.txt");
}
private void ikindi_Loaded(object sender, RoutedEventArgs e)
{
tesbihat3.Content = TextToXaml("ikindi.txt");
}
private void aksam_Loaded(object sender, RoutedEventArgs e)
{
tesbihat4.Content = TextToXaml("aksam.txt");
}
private void jacija_Loaded(object sender, RoutedEventArgs e)
{
tesbihat5.Content = TextToXaml("jacija.txt");
}