private static string GetLocalDynamicUrl() { Assert.assert(_userId >= 0); string localUrl = DynamicFileControl.GetDynamicDataFolder() + "notification_storage" + _userId + ".bin"; return(localUrl); }
private string GetLocalDynamicUrl(string name) { string localUrl = DynamicFileControl.GetDynamicDataFolder() + AppConfig.FOLDER_DATACONFIG + name; return(localUrl); }