コード例 #1
0
        static void ShowAction(Account sender, IFeedableNote note)
        {
            ForegroundColor = System.ConsoleColor.Green;
            WriteLine($"Оповещение для {sender}");
            ForegroundColor = System.ConsoleColor.White;

            WriteLine($"{note.Title}\n{note.Description}\n{note.Time.ToShortTimeString()}");

            WriteLine();
        }
コード例 #2
0
 protected void AccountPropertyHasChanged(Account account, IFeedableNote e)
 {
 }