Ejemplo n.º 1
0
        private void RegenerateSampleOutput()
        {
            var result = RomUtil.GetSampleAssemblyOutput(settings);

            textSample.Text = result.OutputStr;
        }