mirror of
https://github.com/rmcrackan/Libation.git
synced 2025-12-23 22:17:52 -05:00
14 lines
193 B
C#
14 lines
193 B
C#
using System;
|
|
using System.Windows.Forms;
|
|
|
|
namespace WinFormsDesigner
|
|
{
|
|
public partial class ScanLibraryDialog : Form
|
|
{
|
|
public ScanLibraryDialog()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|