This commit is contained in:
13
Views/BubblePointView.xaml.cs
Normal file
13
Views/BubblePointView.xaml.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace MembranePoreTester.Views
|
||||
{
|
||||
public partial class BubblePointView : UserControl
|
||||
{
|
||||
public BubblePointView()
|
||||
{
|
||||
InitializeComponent();
|
||||
DataContext = new ViewModels.BubblePointViewModel();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user