Example #1
0
 public void ChangeBaseDirTest()
 {
     CmdHelper.Excute($"git.exe commit", @"G:\Users\Administrator\Desktop\Test").GetAwaiter().GetResult();
 }
Example #2
0
 public void PingTest()
 {
     CmdHelper.Excute($"ping {IPAddress.Parse("192.168.153.134")}").GetAwaiter().GetResult();
 }