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