| Priority |
Critical |
| Type | Bug |
| State | Fixed |
| Assignee | Andrey Simanovsky |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
3.0.2
|
| Fixed in build |
Next build |
| Fixed in build |
700
|
RSRP-43120 |
Generate::Ctor: Suggests Internal Base Ctors |
|
|
/// <summary>
/// Interaction logic for Window1.xaml
/// </summary>
public partial class Window1 : Window
{
public Window1()
{
InitializeComponent();
}
public Window1(bool inRbw) : base(inRbw)
{
}
}