X13.Periphery.TWIDriver.Load C# (CSharp) Method

Load() public static method

public static Load ( ) : void
return void
    public static void Load() {
      if(_loaded) {
        return;
      }
      _loaded=true;
      using(var sr=new StreamReader(Assembly.GetExecutingAssembly().GetManifestResourceStream("X13.Periphery.TWI.xst"))) {
        Topic.Import(sr, null);
      }
    }
    //===================================================