hi,
I am creating a form on runtime using the following code. how would i be able to change the icon to something in resources as i dont have access to it.
Window mainForm = new Window
{
Height = 340,
Width = 315,
};
thanks