Skip to content

Instantly share code, notes, and snippets.

@gmYusuf
Created April 30, 2021 06:11
Show Gist options
  • Save gmYusuf/ce2d7ca06cb6040ef9e186c381a0c053 to your computer and use it in GitHub Desktop.
Save gmYusuf/ce2d7ca06cb6040ef9e186c381a0c053 to your computer and use it in GitHub Desktop.
public string GetSource(string key)
{
string source = "";
if (agc != null) source = agc.GetSource(key);
return source;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment