コード例 #1
0
 static void SaveCookie()
 {
     File.WriteAllText(CookieName, JSerializer.SerializeToString(mCookie), Encoding.UTF8);
 }