Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Sandboxing/SandboxManager.cs

    r3578 r4068  
    2222using System;
    2323using System.Collections.Generic;
     24using System.Diagnostics;
    2425using System.Linq;
    25 using System.Text;
    26 using HeuristicLab.PluginInfrastructure.Manager;
    27 using System.IO;
    28 using System.ComponentModel;
     26using System.Reflection;
    2927using System.Security;
    3028using System.Security.Permissions;
    3129using System.Security.Policy;
    32 using System.Reflection;
    33 using System.Diagnostics;
     30using HeuristicLab.PluginInfrastructure.Manager;
    3431
    3532namespace HeuristicLab.PluginInfrastructure.Sandboxing {
     
    9491      applicationManager.PrepareApplicationDomain(apps, plugins);
    9592      //if (files != null && files.Count() > 0)
    96         //applicationManager.LoadAssemblies(files);
     93      //applicationManager.LoadAssemblies(files);
    9794      return applicationDomain;
    9895    }
Note: See TracChangeset for help on using the changeset viewer.