添加项目文件。
This commit is contained in:
18
DotNet.RevitUI/MVVM/IExecuteWithObject.cs
Normal file
18
DotNet.RevitUI/MVVM/IExecuteWithObject.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace DotNet.RevitUI.MVVM
|
||||
{
|
||||
interface IExecuteWithObject
|
||||
{
|
||||
object Target
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
void ExecuteWithObject(object parameter);
|
||||
|
||||
void MarkForDeletion();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user