adjusted save note argument signature
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
.ToList();
|
||||
}
|
||||
|
||||
public void SaveNote(string content, string noteName)
|
||||
public void SaveNote(string noteName, string content)
|
||||
{
|
||||
File.WriteAllText(GetFilePath(noteName), content);
|
||||
}
|
||||
|
Reference in New Issue
Block a user