static void Main(string[] args) { FindAndReplaceManager.FindNext("Hello"); Book.Notes mybook = new Book.Notes(); mybook.MakeNote("world!"); }
public static void MakeNote(string note) { Book.Notes note1 = new Book.Notes(); note1.MakeNote(note); }