Esempio n. 1
0
 private static void ImportTicket(byte[] kirbiBytes, string createnetonly, bool show)
 {
     if (!string.IsNullOrEmpty(createnetonly))
     {
         Helpers.CreateProcessNetOnly(createnetonly, show, kirbiBytes: kirbiBytes);
     }
     else
     {
         LSA.ImportTicket(kirbiBytes, new LUID());
     }
 }