mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-05-03 17:36:25 +00:00
14 lines
248 B
C#
14 lines
248 B
C#
using System;
|
|
using Gtk;
|
|
|
|
namespace Samples
|
|
{
|
|
[Section(Name = "AboutDialog", Category = Category.Dialogs)]
|
|
class AboutDialogSection : Box
|
|
{
|
|
public AboutDialogSection() : base(Orientation.Vertical, 0)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |