示例#1
0
 internal static void MntpAddStartNodeSelectionType(this HttpCookie c, int id, NodeSelectionType startNodeSelectionType)
 {
     c[string.Concat(CookieVals.Snst, "_", id)] = ((int)startNodeSelectionType).ToString();
 }
 internal static void MntpAddStartNodeSelectionType(this HttpCookie c, int id, NodeSelectionType startNodeSelectionType)
 {
     c[string.Concat(CookieVals.Snst, "_", id)] = ((int)startNodeSelectionType).ToString();
 }