Esempio n. 1
0
        private TabObject BuildProcessDetails(EnvironmentProcessModel model)
        {
            var section = new TabObject();

            section.AddRow().Key("Worker Process").Value(model.WorkerProcess);
            section.AddRow().Key("Process ID").Value(model.ProcessId);
            section.AddRow().Key("Start Time").Value(model.StartTime);
            return(section);
        }