OfficeTicTacToe.ViewModels.UserViewModel.UserViewModel C# (CSharp) 메소드

UserViewModel() 정적인 개인적인 메소드

static private UserViewModel ( ) : Microsoft.OData.ProxyExtensions
리턴 Microsoft.OData.ProxyExtensions
        static UserViewModel()
        {
            empty = new UserViewModel();
            empty.IsLoadedFromGraph = true;
            empty.IsLoadedFromSharePoint = true;
            uiScheduler = TaskScheduler.FromCurrentSynchronizationContext();
        }
        private UserViewModel()