Пример #1
0
 public OpportunityBlock(Opportunity opp, AreaList page)
 {
     thisOpp  = opp;
     thisPage = page;
     InitializeComponent();
     opportunityBannerPic.ImageSource = new BitmapImage(new Uri("C:\\Users\\Student User\\source\\repos\\ResearchHub\\ResearchHub\\source file\\imgDefault.png", UriKind.Relative));
     opportunityName.Text             = opp.GetTitle();
     description.Text = opp.getDescription();
 }