Пример #1
0
        protected virtual void OnChatClearAllActivityButtonClicked(object sender, EventArgs e)
        {
            Trace.Call(sender, e);

            try {
                _Notebook.ClearAllActivity();
            } catch (Exception ex) {
                Frontend.ShowException(this, ex);
            }
        }
Пример #2
0
        public void ClearAllActivity()
        {
            Trace.Call();

            f_Notebook.ClearAllActivity();
        }