Fixed a typo and a warning
This commit is contained in:
parent
bedd49ce17
commit
1d955c1506
3 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@ using System;
|
|||
|
||||
using Nuclex.Avalonia.ViewModels;
|
||||
|
||||
namespace Nuclex.Avalonie.ViewModels {
|
||||
namespace Nuclex.Avalonia.ViewModels {
|
||||
|
||||
/// <summary>Interface for dialog view models (typically modal ones)</summary>
|
||||
public interface IDialogViewModel {
|
||||
|
@ -31,4 +31,4 @@ namespace Nuclex.Avalonie.ViewModels {
|
|||
|
||||
}
|
||||
|
||||
} // namespace Nuclex.Avalonie.ViewModels
|
||||
} // namespace Nuclex.Avalonia.ViewModels
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue