sync project paths & namespaces
This commit is contained in:
33
SM64RomManager.ProgressUpdater/MyApplication.cs
Normal file
33
SM64RomManager.ProgressUpdater/MyApplication.cs
Normal file
@@ -0,0 +1,33 @@
|
||||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using Microsoft.VisualBasic.ApplicationServices;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace SM64RomManager.ProgressUpdater.My
|
||||
{
|
||||
|
||||
// NOTE: This file is auto-generated; do not modify it directly. To make changes,
|
||||
// or if you encounter build errors in this file, go to the Project Designer
|
||||
// (go to Project Properties or double-click the My Project node in
|
||||
// Solution Explorer), and make changes on the Application tab.
|
||||
//
|
||||
internal partial class MyApplication
|
||||
{
|
||||
protected override bool OnInitialize(ReadOnlyCollection<string> commandLineArgs)
|
||||
{
|
||||
Application.SetDefaultFont(new Font(Control.DefaultFont.FontFamily, 8.25f));
|
||||
return base.OnInitialize(commandLineArgs);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user