diff options
-rw-r--r-- | WPZX81/WPZX81/DisassemblerPage.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WPZX81/WPZX81/DisassemblerPage.xaml.cs b/WPZX81/WPZX81/DisassemblerPage.xaml.cs index 63717bb..cddebf6 100644 --- a/WPZX81/WPZX81/DisassemblerPage.xaml.cs +++ b/WPZX81/WPZX81/DisassemblerPage.xaml.cs @@ -16,7 +16,7 @@ using WPZX81.ViewModels; namespace WPZX81
{
/// <summary>
- /// Displays the disassembler page. Not even attempted to MVVM it.
+ /// Displays the disassembler page.
/// </summary>
public partial class DisassemblerPage : PhoneApplicationPage, INotifyPropertyChanged
{
|