예제 #1
0
 public string destroyObject()
 {
     myObj = null;
     return("Object can't be used anymore");
 }
예제 #2
0
 public string startClient()
 {
     myObj = new NotareObj();
     return("Object can be used now");
 }