mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 03:58:45 +08:00
7 lines
159 B
C#
7 lines
159 B
C#
namespace mRemoteNG.Tree
|
|
{
|
|
public interface IConfirm<in TConfirmationTarget>
|
|
{
|
|
bool Confirm(TConfirmationTarget confirmationTarget);
|
|
}
|
|
} |