Catel.MVVM.Views.ViewLoadManager.ViewLoadManager C# (CSharp) Method

ViewLoadManager() public method

Initializes a new instance of the ViewLoadManager class.
public ViewLoadManager ( ) : System
return System
        public ViewLoadManager()
        {
            _cleanUpTimer = new Threading.Timer(x => CleanUp(), null, TimeSpan.FromSeconds(30), TimeSpan.FromSeconds(30));
        }
        #endregion