Click here to Skip to main content
15,913,278 members

Comments by rameshk553 (Top 3 by date)

rameshk553 29-Dec-20 22:03pm View    
I'm not newing-up like MyDialog dlg = new MyDialog();
instead I'm using container registry to register the dialog like this:
protected override void RegisterTypes(IContainerRegistry containerRegistry)
{
containerRegistry.RegisterDialog<product, productviewmodel="">();
}
rameshk553 19-Jul-20 10:13am View    
Done 😊
rameshk553 19-Jul-20 8:30am View    
Thanks Sandeep, it worked for me!