I am having one function to hide the taskbar in my WPF project, hiding taskbar is not possible in UWP, so i need to call that WPF function from UWP on button click,
How can i achieve that ? i read something about desktop bridge , but i am not clear how to use it .
if anyone can give me simple example it will be great help