root/trunk/nuxleus/Source/Xameleon/Function/Utils.cs

Revision 4137, 161 bytes (checked in by sylvain.hellegouarch, 1 year ago)

Added a bucker queue server to llup bridge
Added various frontend code

Praying not break anything

Line 
1 using System;
2
3 namespace Xameleon.Function {
4           public class Utils {
5             public static string GetGuid() {
6               return Guid.NewGuid().ToString();
7             }
8           }
9 }
Note: See TracBrowser for help on using the browser.