mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-01-03 11:28:30 -05:00
14 lines
198 B
C#
14 lines
198 B
C#
using System;
|
|
using System.Windows.Forms;
|
|
|
|
namespace WinFormsDesigner.Dialogs.Login
|
|
{
|
|
public partial class _2faCodeDialog : Form
|
|
{
|
|
public _2faCodeDialog()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|