Example #1
0
 private void BaseUserControl_Loaded(object sender, RoutedEventArgs e)
 {
     list = Nbll.GetNoticeList();
     this.listbox_Notice.ItemsSource = GetListValue(0, Length);
 }
Example #2
0
        public IActionResult Index()
        {
            var list = _noticeBll.GetNoticeList();

            return(View(list));
        }