AliDDNS/net.nutcore.aliddns/AutoUpdater/AutoUpdateHelper/UpdateFileList.cs
2021-01-17 23:11:14 +08:00

25 lines
667 B
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*****************************************************************
* Copyright (C) Knights Warrior Corporation. All rights reserved.
*
* Author: 圣殿骑士Knights Warrior
* Email: KnightsWarrior@msn.com
* Website: http://www.cnblogs.com/KnightsWarrior/ https://github.com/knightswarrior
* Create Date: 5/8/2010
* Usage:
*
* RevisionHistory
* Date Author Description
*
*****************************************************************/
using System;
using System.Collections.Generic;
using System.Text;
namespace KnightsWarriorAutoupdater
{
public class UpdateFileList : List<LocalFile>
{
}
}