我在 WPF 中编写了这段代码:
System.Windows.Controls.Panel Panel1 = null;
Panel1 = new System.Windows.Controls.Panel();
但它是这么说的:
Error1 Cannot create an instance of the abstract class or interface 'System.Windows.Controls.Panel'
如何解决这个问题?谁能回答我的问题。