Exemplo n.º 1
0
    private static string GetLocalDynamicUrl()
    {
        Assert.assert(_userId >= 0);

        string localUrl = DynamicFileControl.GetDynamicDataFolder() + "notification_storage" + _userId + ".bin";

        return(localUrl);
    }
Exemplo n.º 2
0
    private string GetLocalDynamicUrl(string name)
    {
        string localUrl = DynamicFileControl.GetDynamicDataFolder() + AppConfig.FOLDER_DATACONFIG + name;

        return(localUrl);
    }