コード例 #1
0
ファイル: SidebarMenu.ascx.cs プロジェクト: dovanduy/titan
 public string GetNotificationHTML_Important(int number)
 {
     return(HtmlCreator.GenerateMenuNotificationNumber_Important(number));
 }