|
|
От: |
IT
|
linq2db.com |
| Дата: | 04.04.02 23:06 | ||
| Оценка: | |||
using System;
using System.Runtime.InteropServices;
class MyClass
{
[DllImport("User32.dll")]
public static extern int MessageBox(int h,string m,string c,int type);
public static int Main()
{
return MessageBox(0,"Hello, Win32","",0);
}
}
Если нам не помогут, то мы тоже никого не пощадим.