Пример #1
0
 /// <summary>
 /// Prevents a default instance of the <see cref="SignalTraceTypeManager"/> class from being created.
 /// </summary>
 private SignalTraceTypeManager()
 {
     this.protocolsInfoImpl = new ProtocolsInfo(@"/Document/Resources/TraceInterfaceProtocols/Protocol", true);
 }
Пример #2
0
 /// <summary>
 /// Prevents a default instance of the <see cref="OffLineProtocolInfoManager"/> class from being created.
 /// </summary>
 private OffLineProtocolInfoManager()
 {
     this.protocolsInfoImpl = new ProtocolsInfo(AppPathUtiliy.Singleton.GetAppPath() + "\\Configuration\\ProtocolInfos.xml");
 }