- Moderator
- #1
Hi
Is it possible to have a process-plugin that can contain the code below, and if yes, which references should I have in my project?
protected override void OnPageLoad()
{
base.OnPageLoad();
}
When debugging it says that
I'm guessing thats because I'm missing a reference, but can't figure out which!
With the code I wan't to modify a allready existing window...
Is it possible to have a process-plugin that can contain the code below, and if yes, which references should I have in my project?
protected override void OnPageLoad()
{
base.OnPageLoad();
}
When debugging it says that
Code:
Error 1 'MediaPortal.Plugins.MediaStream.OnPageLoad()': no suitable method found to override
I'm guessing thats because I'm missing a reference, but can't figure out which!
With the code I wan't to modify a allready existing window...