コード例 #1
0
 private static void Execute(string host, string app, string user, string password)
 {
     Storage.SetCredentials(host, app, user, password);
     Console.WriteLine("credentials set");
 }