Messenger/MSGer.tk/_MyNotifier.cs
szatmari.norbert.peter eba360b7da Removed (C#) because of URLs...
(C#) eltávolítva az URL-ek miatt...
2014-07-27 08:56:20 +00:00

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");
}
}
}*/