Load() private method

private Load ( ) : CodedComment>.Dictionary
return CodedComment>.Dictionary
Esempio n. 1
0
        public static Dictionary <string, CodedComment> Load(TaskDataDocument taskDocument)
        {
            var loader = new CommentLoader(taskDocument);

            return(loader.Load());
        }
Esempio n. 2
0
        public static Dictionary<string, CodedComment> Load(TaskDataDocument taskDocument)
        {
            var loader = new CommentLoader(taskDocument);

            return loader.Load();
        }