static void Main(string[] args) { FindAndReplaceManager.FindNext("my string"); Book.Notes notes = new Book.Notes(); notes.Note = "1st note"; Console.WriteLine(notes.Note); notes.Note = "2nd note "; Console.WriteLine(notes.Note); }
static void Main(string[] args) { FindAndReplaceManager.FindNext("my string"); }