mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 09:56:10 +00:00
f2ac1ece55
add
23 lines
689 B
C#
23 lines
689 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: ContohDashStyle.Program
|
|
// Assembly: ContohDashStyle, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: EA34A561-71A5-4456-810F-D952C4E2E14D
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Virus.Win32.Virut.q-2b457b7ac6d929d9f9e89b52c8d2100f00c731f2b4adf1170c227cdf7f0a505c.exe
|
|
|
|
using System;
|
|
using System.Windows.Forms;
|
|
|
|
namespace ContohDashStyle
|
|
{
|
|
internal static class Program
|
|
{
|
|
[STAThread]
|
|
private static void Main()
|
|
{
|
|
Application.EnableVisualStyles();
|
|
Application.SetCompatibleTextRenderingDefault(false);
|
|
Application.Run((Form) new Form1());
|
|
}
|
|
}
|
|
}
|