/// <summary>
 /// Initializes a new instance of the <see cref="SlideShareViewModel" /> class.
 /// </summary>
 public SlideShareViewModel()
 {
     SlideShareItem = new SlideShareItem { Width = 500, Height = 400, FrameBorder = 0, Source = "http://www.slideshare.net/slideshow/embed_code/15116950?rel=0" };
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SlideShareViewModel" /> class.
 /// </summary>
 public SlideShareViewModel()
 {
     SlideShareItem = new SlideShareItem {
         Width = 500, Height = 400, FrameBorder = 0, Source = "http://www.slideshare.net/slideshow/embed_code/15116950?rel=0"
     };
 }