Messenger/Most Closed Beta/v7.0/MSGer.tk (C#)/CurrentUser.cs
szatmari.norbert.peter 7a2a792dda Import to Google Code:
Most Closed Beta v1.0-v9.0
Less Closed Beta v1.0
2014-04-25 21:18:16 +00:00

20 lines
574 B
C#

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MSGer.tk
{
public static class CurrentUser
{
/*
* 2014.03.05.
* Információátrendezés: Property-k használata; Minden felhasználóhoz egy-egy User class
* Ez a class használható lenne az aktuális felhsaználó információinak tárolására
*/
public static int UserID = 0;
//public static int[] PartnerIDs = new int[1024];
}
}