gpt4 book ai didi

c# - 将新的 Windows 窗体与 C# 中的现有项目链接起来

转载 作者:太空宇宙 更新时间:2023-11-03 20:26:53 24 4
gpt4 key购买 nike

我有一个 C# 问题。我已经创建了一个名为“classproject”的项目,并且已经成功地向项目添加了几个表单并成功运行了程序,但是还有一个我刚刚添加的其他窗口表单,当我双击该表单时,它把我带到了代码 View 并带出这个:

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace WindowsFormsApplication1
{
public partial class demo : Form
{
public demo()
{
InitializeComponent();

}

private void demo_Load(object sender, EventArgs e)
{
}

}

}

现在,我的挑战是项目名称默认显示在命名空间之后,如“命名空间类项目”而不是“命名空间 WindowsFormsApplication1”。请任何人都可以帮助我,我打算做什么,因为已经尝试了一切可能。即使我自己更改名称,它仍然会标记错误...有人请尽快帮助我。

最佳答案

我不确定您的问题到底是什么。如果您在代码中手动将命名空间更改为 classproject 应该没问题。你在说什么错误?您还需要更改设计器代码文件(可能称为 demo.Designer.cs)。

也只是旁注。 C# 的标准命名约定是使用 Pascal 大小写(如在 ClassProject 中)。

关于c# - 将新的 Windows 窗体与 C# 中的现有项目链接起来,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10178086/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com