Inherited Window can not have a name?

后端 未结 1 627
无人共我
无人共我 2021-01-17 22:35

I\'m having trouble with naming my Window which is inherited from its Base Window, when I try to give a name to my Window I get following error.

The t

相关标签:
1条回答
  • 2021-01-17 22:57

    Your base window apparently, as the error states, needs a public default contructor (one without arguments), it also may not be abstract because an instance of it needs to be created.

    0 讨论(0)
提交回复
热议问题