コード例 #1
0
ファイル: LessonWindow.xaml.cs プロジェクト: k-ola/Czytam
 private void PrepareDescriptionTab()
 {
     this.descriptionTabLessonNumberLabel.Content = GlobalVariables.lessonNumberPartialText + _lessonNumber;
     this.lessonDescriptionTextBlock.Text         = _lessonService.GetLessonDescriptionByLessonNumber(_lessonNumber);
 }