Guest User

Untitled

a guest
Jun 24th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Using XYZ.Controllers;
  2. namespace test
  3. {
  4. Public partial class testing: System.Web.UI.Page
  5. //...
  6. Private void aTest()
  7. {
  8. string Fred=AController.GetAName();
  9. }
  10. //...
  11. }
Add Comment
Please, Sign In to add comment