Primitive View Logic for Main View modael was added
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using StructureHelper.Infrastructure;
|
||||
using StructureHelper.Infrastructure.UI.DataContexts;
|
||||
|
||||
namespace StructureHelper.Windows.ViewModels.NdmCrossSections
|
||||
{
|
||||
public interface IPrimitiveViewModelLogic : ICRUDViewModel<PrimitiveBase>
|
||||
{
|
||||
RelayCommand SetToFront { get; }
|
||||
RelayCommand SetToBack { get; }
|
||||
int PrimitivesCount { get; }
|
||||
void Refresh();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user