After code cleanup
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace AyaNovaQBI
|
||||
@@ -16,7 +9,7 @@ namespace AyaNovaQBI
|
||||
public CopyableMessageBox(string Display)
|
||||
{
|
||||
InitializeComponent();
|
||||
mDisplay=Display;
|
||||
mDisplay = Display;
|
||||
Icon = AyaNovaQBI.Properties.Resources.logo;
|
||||
btnOK.Text = util.AyaTranslations["OK"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user