AutomatedSystemTests.Modules.Selection.SelectRowCalculation.Init C# (CSharp) Method

Init() private method

This method gets called right after the recording has been started. It can be used to execute recording specific initialization code.
private Init ( ) : void
return void
        private void Init()
        {
            // Your recording specific initialization code goes here.
        }
SelectRowCalculation