我收到以下代码的 4 个错误,你能告诉我如何解决这个问题吗?
1- 命名空间不能直接包含成员,例如字段或方法 2- 预期的类、委托、枚举、接口或结构。3- 类型或命名空间定义,或预期的文件结尾
代码是:
License Seal;
public void Mainform() {}
public MainForm() {}
public enum auth{}
}
{{
Seal = new License();
Seal.ID = "";
Seal.Catch = true;
Seal.Protection = License.Guard.FullScan;
Seal.Initialize();
}
public MainForm.cs();
}}
auth();
InitializeComponent();{
}