예제 #1
0
        protected override void OnInitialized()
        {
            if (AppState == null)
            {
                throw new ArgumentNullException("AppState was not initialized.");
            }

            AppState.AddStateMember(this);
        }