Exemplo n.º 1
0
        /// <summary>
        /// The last date that a file(s) was submitted...
        /// </summary>
        private void SetUIItems()
        {
            DateTime lastDate = new DateTime();

            lastDate = DBItems.ReturnLastActionDate();
            this.ltlLastRunDate.Text = lastDate.ToShortDateString();
        }