CPF/ConsoleApp1/TestTabItem.cs

11 lines
159 B
C#
Raw Permalink Normal View History

2023-11-21 23:05:03 +08:00
using System;
using System.Collections.Generic;
using System.Text;
namespace ConsoleApp1
{
public class TestTabItem:CPF.Controls.TabItem
{
}
}