Ejemplo n.º 1
0
 public static AddClient GetAddClient()
 {
     if (add_client == null)
     {
         add_client = new AddClient();
     }
     add_client.Activate();
     return(add_client);
 }