When i put a code in resize event of a page
Private sub pagename_Resize(Width As Int, Height As Int)
end sub
in debug if i don't put a breakpoint in the code (because i put breakpoint in another class) the sub not performed, if i put a breakpoint in the class (not necessary in the sub) the sub is performed , in release mode work fine ...
It's a bug ?
Private sub pagename_Resize(Width As Int, Height As Int)
end sub
in debug if i don't put a breakpoint in the code (because i put breakpoint in another class) the sub not performed, if i put a breakpoint in the class (not necessary in the sub) the sub is performed , in release mode work fine ...
It's a bug ?