コード例 #1
0
 public void Start <T>(string key, sortMethod.sortType t, string parm) where T : ShareEntity, new()
 {
     try
     {
         _dic[key].Start(t, parm);
     }
     catch
     { }
     finally
     { }
 }
コード例 #2
0
 public void Start(sortMethod.sortType t, string tp)
 {
     _sortMethod = new sortMethod(t, tp, refresh);
     refresh(null);
 }