Ejemplo n.º 1
0
 public void AddNote(string first, string last, string brief, string full, string URL, System.DateTime date, Vector3 location)
 {
     //calls the method to add the note to the database
     StartCoroutine(database.AddNote(first, last, brief, full, URL, date, location));
 }
Ejemplo n.º 2
0
 public void AddNote(string first, string last, string brief, string full, string URL, System.DateTime date, Vector3 location)
 {
     StartCoroutine(database.AddNote(first, last, brief, full, URL, date, location));
 }