Example #1
0
 /// <summary>
 /// Refresh the connection selecting the current instance
 /// where the user is working on. It first checks the active
 /// script/document, if not document is active, it fallsback
 /// to the object explorer and get the selected instance.
 /// </summary>
 public void RefreshCurrentConnection()
 {
     _todoExplorerManager = TodoExplorer.CreateFromCurrentConnection();
 }
Example #2
0
 public PresentationDataService()
 {
     _todoExplorerManager = TodoExplorer.CreateFromCurrentConnection();
 }