I’m attempting to build an inventory system for my app, There are 4 parts to the inventory (Backpack, Weapons,Armor,Ammo), Only the backpack works
As mentioned above, each of the sections works great server side but the ui seems to be a problem.
How to Access a Xaml element for a C# class?
I have a User Control file named B2_CONTENT.xaml
, it has a button.
and it source file named G2_CONTENT.xaml.cs
, this file has a click event for the button