c042cd0c52
Former-commit-id: 4610231f55806d2a05ed69e5ff3faa7336cc1479
13 lines
193 B
C#
13 lines
193 B
C#
using System;
|
|
|
|
namespace System.Diagnostics
|
|
{
|
|
class ConfigurationManagerInternalFactory
|
|
{
|
|
public class Instance
|
|
{
|
|
public static bool SetConfigurationSystemInProgress = false;
|
|
}
|
|
}
|
|
}
|