示例#1
0
 public void start()
 {
     border.WriteBorder();
 }
示例#2
0
 public void start(string str)
 {
     border.WriteBorder(str);
 }