コード例 #1
0
 public bool sysInit(ref object response)
 {
     try
     {
         if (Meta.Request.SOURCE != null && Meta.Request.SOURCE.ReturnType == typeof(WSSystemEntity))
         {
             response = new WSSystemResponse <WSSystemEntity>(Meta).response;
             return(true);
         }
     }
     catch (Exception e) { Meta.RegError(GetType(), e, ref Meta.LoadStatus); }
     return(false);
 }