Files
VacuumPressureMembranePoreS…/Views/BubblePointView.xaml.cs

13 lines
295 B
C#
Raw Permalink Normal View History

2026-02-27 16:03:49 +08:00
using System.Windows.Controls;
namespace MembranePoreTester.Views
{
public partial class BubblePointView : UserControl
{
public BubblePointView()
{
InitializeComponent();
2026-03-02 18:50:30 +08:00
//DataContext = new ViewModels.BubblePointViewModel();
2026-02-27 16:03:49 +08:00
}
}
}