Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. namespace ооп
  2. {
  3.     ref class Visitors;
  4.     ref class GlobalVisitorForm abstract sealed
  5.     {
  6.     public:
  7.             static Visitors^ form2;
  8.     };
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement