コード例 #1
0
 public View_Model_Main()
 {
     now_index  = 1;
     my_history = new Caretaker();
     my_t       = new My_text();
     my_history.Add(my_t.SaveMemento());
 }