예제 #1
0
 public void AddNoteToSelf(NoteToSelf thisNote)
 {
     notesToSelf.Add(thisNote);
 }
예제 #2
0
파일: GUIManager.cs 프로젝트: paleonluna/CT
 public void AddNoteToSelf(NoteToSelf thisNote)
 {
     notesToSelf.Add (thisNote);
 }