Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. void CardBack_Loaded(object sender, RoutedEventArgs e)
  2. {
  3. Header.Text = _title;
  4. Text_run.Text = _title;
  5. Image.Data = setGeometry(AppResources.SECURITY_IMAGE_DATA); //this is where i am having the issue
  6. Cdescrption.Text = _description;
  7. }
  8.  
  9. <Path x:Name="Image" Margin="30,20,30,10" VerticalAlignment="Center" Grid.Row="1"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement