|
Project
|
ReSharper
|
|
Priority
|
Major |
|
Type
|
Bug |
|
Fix versions
|
4.1 |
|
State
|
Can't Reproduce |
|
Assignee
|
Alexander Zverev |
|
Subsystem
|
No subsystem |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
No Fixed in build
|
public static class SafeControlManager
{
public static void Register(Control control)
{
ourControls = new Dictionary<Control, ControlData>();
}
}