我在WindowsForm應用程序中添加了一個名爲novoLogin的新WPF窗口。在Windows窗體中打開WPF窗口APP
添加它後,我添加了system.xaml引用....調試罰款。
現在我試圖從現有的windows窗體中打開這個新窗口。
novoLogin nl = new novoLogin();
nl.show();
編譯器是給這個錯誤:
Error 1 'WindowsFormsApplication1.novoLogin' does not contain a definition for 'show' and no extension method 'show' accepting a first argument of type 'WindowsFormsApplication1.novoLogin' could be found (are you missing a using directive or an assembly reference?)
你知道C#窗口是大小寫敏感的,對不對? – madd0