12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using DTS.Common.Base;
|
|
|
|
namespace DTS.Common.Interface.ISO.ExtraProperties
|
|
{
|
|
public interface IExtraPropertiesListView : IBaseView { }
|
|
}
|