コード例 #1
0
 public void ShowThemeNameNumber(Themes themes)
 {
     throw new System.NotImplementedException();
 }
コード例 #2
0
 public void CreateTheme(Themes new_obj)
 {
     this.listOfThemes.Add(new_obj);
     throw new System.NotImplementedException();
 }