| Priority |
Major |
| Type | Bug |
| State | Can't Reproduce |
| Assignee | Alexander Zverev |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
4.1
|
| Fixed in build |
Next build |
RSRP-57603 |
Create from usage with unresolved types in type arguments don't work |
|
|
public static class SafeControlManager
{
public static void Register(Control control)
{
ourControls = new Dictionary<Control, ControlData>();
}
}