27 lines
No EOL
518 B
C#
27 lines
No EOL
518 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace MSGer.tk
|
|
{/*
|
|
class _MyNotifier
|
|
{ //Értesítő általam készítve
|
|
public _MyNotifier()
|
|
{ //Csak épp ez nem WinForms
|
|
"Teszt".TestFunc();
|
|
}
|
|
}*/
|
|
}
|
|
/*
|
|
namespace System
|
|
{
|
|
partial class Object
|
|
{
|
|
public void TestFunc()
|
|
{
|
|
Windows.Forms.MessageBox.Show("TestFunc");
|
|
}
|
|
}
|
|
}*/ |