You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
539 B
22 lines
539 B
// Decompiled with JetBrains decompiler |
|
// Type: jp.Program |
|
// Assembly: jp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null |
|
// MVID: DA7BEE59-3059-4D4F-8B17-67206B845D1F |
|
// Assembly location: d:\Downloads\Катакана.exe |
|
|
|
using System; |
|
using System.Windows.Forms; |
|
|
|
namespace jp |
|
{ |
|
internal static class Program |
|
{ |
|
[STAThread] |
|
private static void Main() |
|
{ |
|
Application.EnableVisualStyles(); |
|
Application.SetCompatibleTextRenderingDefault(false); |
|
Application.Run((Form) new Form2()); |
|
} |
|
} |
|
}
|
|
|