TfsWitAdminTools.ViewModel.ToolsVM.wiAdminService_CommandInvoked C# (CSharp) 메소드

wiAdminService_CommandInvoked() 공개 메소드

public wiAdminService_CommandInvoked ( object sender, CommandInvokedEventArgs e ) : void
sender object
e TfsWitAdminTools.Core.CommandInvokedEventArgs
리턴 void
        void wiAdminService_CommandInvoked(object sender, CommandInvokedEventArgs e)
        {
            Output += string.Format("Command:\n{0}\nResult:\n{1}\n", e.Argument, e.Output);
        }