UIAutomation.CurrentData.CurrentData C# (CSharp) Method

CurrentData() static private method

static private CurrentData ( ) : System
return System
        static CurrentData()
        {
            // 20130109
//            Error = new System.Collections.ArrayList(Preferences.MaximumErrorCount);
//            //TestResults = 
//            // new System.Collections.Generic.List<TestResult>();
//            ////initTestResults();
//            Profiles = new System.Collections.Generic.List<Profile>();
//            
//            // 20130109
//            Events = new System.Collections.Generic.List<object>();
            
            InitializeData();
        }