visual studio - VB.net: How do I link XAML VB files? -


how link vb mainwindow.xaml , calculatorwindow.xaml together.

i have code in mainwindow.xaml file

<controls:metrowindow.rightwindowcommands>     <controls:windowcommands>         <button content="information" click="buttonclicked"/>         <button content="calculator" click="buttonclicked2"/>     </controls:windowcommands> </controls:metrowindow.rightwindowcommands> 

i want add code links mainwindow.xaml calculator.xaml.vb via buttonclicked2, how do that?


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -