Stream() public method

public Stream ( string cameraAttributesFilePath ) : bool
cameraAttributesFilePath string
return bool
Exemplo n.º 1
0
 private void StreamButton_Click(object sender, EventArgs e)
 {
     IM.Stream((string)Environs.FileSystem.Paths["UntriggeredCameraAttributesPath"]);
 }