Csharp/CSharp Tutorial/Development/Guid — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 12:14, 26 мая 2010
Get GUID
using System;
public class MainClass
{
static void Main(string[] args)
{
Guid id = Guid.NewGuid();
System.Console.WriteLine( id );
}
}
287f0805-b2a5-402c-983e-83111118518c