示例#1
0
 Dictionary <String, String> IStrategy.select(DataStoreHelper dsh, SelectMode selectMode, ref String sigInfo)
 {
     if (null == selectForRed(dsh.newDsh(1), selectMode, ref sigInfo))
     {
         return(null);
     }
     if (null == selectForGreen(dsh, selectMode, ref sigInfo))
     {
         return(null);
     }
     return(EmptyRateItemButSel);
 }