예제 #1
0
 public override bool AddCoworker()
 {
     try
     {
         return(OmniCareer.AddCoworker(this));
     }
     catch (Exception e)
     {
         Common.Exception(OwnerDescription, e);
         return(false);
     }
 }