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