Beispiel #1
0
        private static bool OnInfo(string[] arg)
        {
            Task.Run(async() => await UOC.InspectObjectAsync());

            return(true);
        }