mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-01-02 10:58:43 -05:00
14 lines
239 B
C#
14 lines
239 B
C#
using System;
|
|
using System.Windows.Forms;
|
|
|
|
namespace WinFormsDesigner.Dialogs
|
|
{
|
|
public partial class SearchSyntaxDialog : Form
|
|
{
|
|
public SearchSyntaxDialog()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|