AliDDNS/net.nutcore.aliddns/AutoUpdater/AutoUpdateHelper/UpdateFileList.cs

25 lines
667 B
C#
Raw Normal View History

2021-01-03 22:24:37 +08:00
/*****************************************************************
* 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>
{
}
}