Fetch() protected method

protected Fetch ( NoteData data ) : void
data NoteData
return void
Example #1
0
        internal static Note FetchNote(NoteData data)
        {
            var result = new Note();

            result.Fetch(data);
            result.MarkOld();

            return result;
        }
Example #2
0
        internal static Note FetchNote(NoteData data)
        {
            var result = new Note();

            result.Fetch(data);
            result.MarkOld();

            return(result);
        }