22 lines
567 B
C#
22 lines
567 B
C#
using StructureHelper.Windows.Forces;
|
|
using StructureHelperCommon.Infrastructures.Enums;
|
|
using StructureHelperCommon.Models.Forces;
|
|
using System.Collections.Generic;
|
|
using System.Collections.ObjectModel;
|
|
using System.Windows;
|
|
using System.Windows.Controls;
|
|
|
|
namespace StructureHelper.Windows.UserControls
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for FactoredCombination.xaml
|
|
/// </summary>
|
|
public partial class FactoredCombination : UserControl
|
|
{
|
|
public FactoredCombination()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|