DotNet 4.8.1 build of DotNetBar
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace $rootnamespace$
|
||||
{
|
||||
public partial class $safeitemrootname$ : DevComponents.DotNetBar.Controls.TabParentForm
|
||||
{
|
||||
public $safeitemrootname$()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user