Example #1
0
 public static ProfilePage GetInstance(Contact contact)
 {
     if (_instance == null)
     {
         _instance = new ProfilePage();
     }
     _instance.Initialise(contact);
     return(_instance);
 }