Skip to content

Commit 0de105e

Browse files
committed
About window doesn't need to implement ViewModelBase
1 parent e1e344e commit 0de105e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RetailCoder.VBE/UI/About/AboutControlViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace Rubberduck.UI.About
88
{
9-
public class AboutControlViewModel : ViewModelBase
9+
public class AboutControlViewModel
1010
{
1111
public string Version
1212
{

0 commit comments

Comments
 (0)