How to connect one .cs file to another? #2038
Unanswered
jackbielinski
asked this question in
Q&A
Replies: 1 comment
-
Found the solution (I hope) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TL;DR; How do I "connect" one .cs file to another?
There's this really awesome article (https://csos-guide-to-cosmos.fandom.com/wiki/Making_our_OS_-_Applications) on how to create applications/programs in Cosmos, however the article lacks information on how to connect/import the .cs file containing all of the programs internals to the main OS file (Google did not help).
Code snipped from the article:
In the kernel class:
Notice how it doesn't go in depth about connecting these two files together. Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions