コード例 #1
0
 private void Build()
 {
     _data = new UIAutomationEventInfo {
         pProgrammaticName = _programmaticName, guid = _eventGuid
     };
     _built = true;
 }
コード例 #2
0
 private void Build()
 {
     _data = new UIAutomationEventInfo {pProgrammaticName = _programmaticName, guid = _eventGuid};
     _built = true;
 }