mirror of https://github.com/quasar/Quasar.git
13 lines
170 B
C#
13 lines
170 B
C#
|
using System.Windows.Forms;
|
|||
|
|
|||
|
namespace xRAT_2.Controls
|
|||
|
{
|
|||
|
public partial class MainMenuEx : MainMenu
|
|||
|
{
|
|||
|
public MainMenuEx()
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
}
|