7 lines
97 B
C#
7 lines
97 B
C#
namespace Pilz.UI.Telerik.Dialogs;
|
|
|
|
public interface ILoadContent
|
|
{
|
|
void LoadContent();
|
|
}
|