ab56a9bcf7
SVN-Revision: r240
12 lines
164 B
C#
12 lines
164 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Lskj.AutoUpdate
|
|
{
|
|
public class UpdateFileList : List<LocalFile>
|
|
{
|
|
|
|
}
|
|
}
|