¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Simpl# referencing between Classes under same namespace


 

You have to declare an instance of each class, within the ControlSystem.
Then make an event to send the data to/from ControlSystem to your "breakout" cs files

UserInterface ui = new UserInterface(some parameter);
ui.SendEvent += Methodtosend()
ui.RXEvent =+ MethodthatGetsData()


See the above crude example

Join [email protected] to automatically receive all group messages.