11 lines
203 B
C#
11 lines
203 B
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.UiControls
|
|
{
|
|
interface IParentOfListViewEx
|
|
{
|
|
void UpdateButtonStates(SharedButtons.SelectedItemPos selectedItemPos);
|
|
}
|
|
}
|