C
C#2y ago
DawgTwist

✅ Whats this mean

System.NotImplementedException: 'The method or operation is not implemented.' the line of code it picks it up from is private void colors_load(object sender, EventArgs e) => throw new NotImplementedException();
8 Replies
x0rld 👻 🎃
you have to remove throw new NotImplementedException(); and do your own code
DawgTwist
DawgTwistOP2y ago
why is it in colors.designer.cs
x0rld 👻 🎃
ehh i've not really done winforms but it should not have method declaration ? 🤔
DawgTwist
DawgTwistOP2y ago
Oh ok
x0rld 👻 🎃
it should be in the colors.cs
DawgTwist
DawgTwistOP2y ago
Yeah when i run the program there is timers for certain things to happen but when it gets to that and the timer goes off it goes to another form and then it takes me to colors.designer.cs and shows me that error on that line of code
x0rld 👻 🎃
just remove the line and put your code inside
colors_load(object sender, EventArgs e) {
// your code
}
colors_load(object sender, EventArgs e) {
// your code
}
DawgTwist
DawgTwistOP2y ago
alright thnaks it works
Want results from more Discord servers?
Add your server