Using class methods in different namespace
I have a Class named ButtonHelper.cs in the WpfApp2 directory and another MainWindow.xaml in the same directory i can access the method in the ButtonHelper.cs class in the MainWindow.xaml but i also have a page inside of the WpfApp2/Utility/FirstPage.xaml and i want to access that method in this page too. Can i do it?