Exemplo n.º 1
0
 //Create Objects offline. Does not persist to the Server
 public static void CreateObjectRequest(object sender, MServerObject mso)
 {
     CreateObjectRequestHandler?.Invoke(sender, new CreateObjectRequestEvent(mso));
 }
Exemplo n.º 2
0
 public static void CreateObjectRequest(object sender, string sTemplateID, string sTag = "")
 {
     CreateObjectRequestHandler?.Invoke(sender, new CreateObjectRequestEvent(sTemplateID, sTag));
 }