repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update readme (#21797)
[mono-project.git]
/
mcs
/
class
/
System
/
ReferenceSources
/
ConfigurationManagerInternalFactory.cs
blob
1589cfcfdc1a6f19e91758a42d48e80a7c629178
1
using
System
;
2
3
namespace
System
.
Diagnostics
4
{
5
class
ConfigurationManagerInternalFactory
6
{
7
public class
Instance
8
{
9
public static bool
SetConfigurationSystemInProgress
=
false
;
10
}
11
}
12
}