mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-28 15:52:54 +00:00
integrate Revit 2025 SDK
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Revit.SDK.Samples.DockableDialogs.CS
|
||||
/// </summary>
|
||||
public void Make(ModelessCommandData commandData)
|
||||
{
|
||||
lock (this)
|
||||
lock (m_data)
|
||||
{
|
||||
m_data = commandData;
|
||||
}
|
||||
@@ -52,7 +52,7 @@ namespace Revit.SDK.Samples.DockableDialogs.CS
|
||||
/// </summary>
|
||||
public ModelessCommandData Take()
|
||||
{
|
||||
lock (this)
|
||||
lock (m_data)
|
||||
{
|
||||
return m_data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user