コード例 #1
0
 public virtual NodeImageFile[] GetNodeImageFiles(ref NodeImageFile nodeImageFile)
 {
     throw new NotImplementedException("Not implemented: " + MethodBase.GetCurrentMethod().Name);
 }
コード例 #2
0
 public virtual NodeImageFile[] GetNodeImageFiles(ref NodeImageFile nodeImageFile)
 {
     return(service.GetNodeImageFiles(caller, ref nodeImageFile));
 }
コード例 #3
0
 public virtual NodeImageFile[] GetNodeImageFiles(ref NodeImageFile nodeImageFile)
 {
     throw new NotImplementedException("Not implemented: " + MethodBase.GetCurrentMethod().Name);
 }
コード例 #4
0
 public virtual NodeImageFile[] GetNodeImageFiles(ref NodeImageFile nodeImageFile)
 {
     return service.GetNodeImageFiles(caller, ref nodeImageFile);
 }