示例#1
0
 public override void Install()
 {
     try
     {
         _jobsContext.Install();
     }
     catch (Exception)  { }
     base.Install();
 }