Can i access from my library to my application that is using it?
public void DoSomething(void MethodName)
{
MethodName();
}
So i know this is a wrong code but can this solved somehow?
Can i access from my library to my application that is using it?
public void DoSomething(void MethodName)
{
MethodName();
}
So i know this is a wrong code but can this solved somehow?