示例#1
0
 public static void Save(FNPICK_CTLEntity obj)
 {
     if (obj != null)
     {
         obj.Save();
     }
 }