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