コード例 #1
0
 public static RCIS3Entities getinstance()
 {
     if (rc == null)
     {
         rc = new RCIS3Entities();
     }
     return(rc);
 }