Exemplo n.º 1
0
 public void Parse(byte[] data, int length, Casparcg.Core.Network.RemoteHostState state)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void Parse(string data, Casparcg.Core.Network.RemoteHostState state)
 {
     parser_.Parse(data);
 }