Remove unnecessary using declarations, misc modernization and cleanup plus a few possible crash fixes in OpenMetaverse

This commit is contained in:
Cinder
2016-09-25 19:52:04 -05:00
parent 355397ff4f
commit 537264870f
45 changed files with 1902 additions and 1899 deletions

View File

@@ -4,13 +4,13 @@ using System.Windows.Forms;
namespace AvatarPreview
{
static class Program
internal static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
public static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);