既存のプロジェクトに新しい from を追加すると、この警告メッセージが表示されます
'D:\Internship Project\Banking_and_Financial_System\Banking_and_Financial_System\UserLoginForm.cs' のタイプ 'Banking_and_Financial_System.UserLoginForm' は、'D:\Internship Project\Banking_and_Financial_System\Banking_and_Financial_System\bin\Debug\Banking_Systemand_Fi のインポートされたタイプ 'Banking_and_Financial_System.UserLoginForm' と競合します。 。EXE'。「D:\Internship Project\Banking_and_Financial_System\Banking_and_Financial_System\UserLoginForm.cs」で定義されているタイプを使用します。
Application.Run(new UserLoginForm()); の下の行にある Program.cs ファイル内
次に、既存のフォームの名前を Writeoff.cs に変更してコンパイルしようとしましたが、上記と同じ警告メッセージが表示されました。