Commit 88af8be1 authored by 247321453's avatar 247321453

new

parent bf8e7fa2
......@@ -37,6 +37,8 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Interface\ICardView.cs" />
<Compile Include="Interface\IEditor.cs" />
<Compile Include="MainForm.cs" />
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
......
/*
* 由SharpDevelop创建。
* 用户: Acer
* 日期: 5月18 星期日
* 时间: 16:14
*
*/
using System;
namespace DataEditorX.Interface
{
/// <summary>
/// Description of ICardView.
/// </summary>
public class ICardView
{
public ICardView()
{
}
}
}
/*
* 由SharpDevelop创建。
* 用户: Acer
* 日期: 5月18 星期日
* 时间: 16:14
*
*/
using System;
namespace DataEditorX.Interface
{
/// <summary>
/// Description of IEditor.
/// </summary>
public class IEditor
{
public IEditor()
{
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment