I have this error called Inconsistent accessibility:
field type 'world' is less accessible than field 'frmSplashScreen'
In my code there is a public partial class called frmSplashScreen
There is also a public class called world
The line that caused the error was:
private world currentWorld;
The above line is in the class frmSplashScreen
What is causing the problem?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…