示例#1
0
 void LoadNameBox(string name)
 {
     NameBox = () => {
         dd.EnableNameBox();
         dd.PutNameText(name);
     };
 }