コード例 #1
0
        protected Task <HistoryEvent> On(AppPlanReset @event)
        {
            const string channel = "settings.plan";

            return(Task.FromResult(
                       ForEvent(@event, channel)));
        }
コード例 #2
0
ファイル: AppState.cs プロジェクト: alexisbssn/squidex
 protected void On(AppPlanReset @event)
 {
     Plan = null;
 }