Esempio n. 1
0
 public static string GetUserName()
 {
     return(Env.GetValue("USERNAME") ?? Env.GetValue("USER"));
 }
Esempio n. 2
0
 public static string GetDomain()
 {
     return(Env.GetValue("USERDOMAIN") ?? Env.GetValue("HOSTNAME"));
 }