Skip to content

Commit

Permalink
method description
Browse files Browse the repository at this point in the history
  • Loading branch information
dnenov committed Oct 27, 2023
1 parent c0c51c1 commit 5354ca9
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Linq;
using System.Threading.Tasks;
using System.Timers;
using System.Windows;
using System.Windows.Input;
using Dynamo.Configuration;
using Dynamo.Interfaces;
using Dynamo.Logging;
Expand All @@ -14,16 +24,6 @@
using Lucene.Net.QueryParsers.Classic;
using Lucene.Net.Search;
using Prism.Commands;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Linq;
using System.Threading.Tasks;
using System.Timers;
using System.Windows;
using System.Windows.Input;
using NotificationObject = Dynamo.Core.NotificationObject;

namespace Dynamo.PackageManager
Expand Down Expand Up @@ -1569,7 +1569,7 @@ public void DisableSearchTextBox()
}

/// <summary>
/// Only suspend the elements associated with the view
/// Only reset the default values for elements associated with the view
/// </summary>
internal void PackageManagerViewClose()
{
Expand Down

0 comments on commit 5354ca9

Please sign in to comment.