About content updated.
Minor change to search function.
This commit is contained in:
parent
aacdd3bf25
commit
386daa126b
4 changed files with 54 additions and 13 deletions
|
@ -1,13 +1,13 @@
|
|||
using MvvmCross.Platforms.Wpf.Presenters.Attributes;
|
||||
using MvvmCross.Platforms.Wpf.Views;
|
||||
|
||||
// ReSharper disable UnusedType.Global
|
||||
namespace GoldbergGUI.WPF.Views
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for MainView.xaml
|
||||
/// </summary>
|
||||
[MvxContentPresentation(WindowIdentifier = nameof(MainWindow))]
|
||||
public partial class MainView : MvxWpfView
|
||||
public partial class MainView
|
||||
{
|
||||
public MainView()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue