16 lines
290 B
C#
16 lines
290 B
C#
|
|
using System.Windows;
|
|||
|
|
|
|||
|
|
namespace ShrlAlgo.RvKits.RvView
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// ViewManagerView.xaml 的交互逻辑
|
|||
|
|
/// </summary>
|
|||
|
|
public partial class ViewManagerView
|
|||
|
|
{
|
|||
|
|
public ViewManagerView()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|