13 lines
186 B
C#
13 lines
186 B
C#
using System;
|
|
namespace UniversalEditor.Engines.GTK.Dialogs
|
|
{
|
|
public partial class CreateDocumentDialog : Gtk.Dialog
|
|
{
|
|
public CreateDocumentDialog ()
|
|
{
|
|
this.Build ();
|
|
}
|
|
}
|
|
}
|
|
|