Does anybody here use WPF using Visual C#??
I'm working on a program.. here's the code
HTMLAnd in the Code Behind, it hasCode:<menu> <MenuItem header="_Close" Click="Close"> </MenuItem> </menu>
HTMLCode:Private void MenuItem_Click(Object sender, RoutedEventArgs e) { I cannot seem to make that menuitem_close close the app, any help on this would be cool, thanks in advance I know it's gotta go in here, but can't seem to figure it out.. }


LinkBack URL
About LinkBacks



Reply With Quote
