When I run the main I get the error: Error ERROR Validation Error Compiler error(s) encountered processing expression ""First Value is: " & First_Input_Value.ToString & Environment.NewLine & “Second Value is: " & Second_Input_Value.ToString”.
‘Second_Input_Value’ is not declared. It may be inaccessible due to its protection level.
‘First_Input_Value’ is not declared. It may be inaccessible due to its protection level. Main.xaml
Any Idea what Im doing wrong here?