introvoyz041's picture
Migrated from GitHub
b1b3bae verified
namespace FarsiLibrary.Win.Design
{
public interface ICaptionSupport
{
string Caption
{
get;
}
}
}