AutomatedSystemTests.Modules.ActionsDocumentView.SelectTypeFailureMechanismForFM.Init C# (CSharp) 메소드

Init() 개인적인 메소드

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