mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-04-04 23:39:26 +08:00
11 lines
159 B
C#
11 lines
159 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace ConsoleApp1
|
|
{
|
|
public class TestTabItem:CPF.Controls.TabItem
|
|
{
|
|
}
|
|
}
|