Ejemplo n.º 1
0
        public void ProFileManager()
        {
            ProfileManager Profile_Manage = new ProfileManager(_UserName, _Password, _ProxyAddress, _ProxyPort, _ProxyUserName, _ProxyPassword, _SummaryGoals, _SummarySpecialties);

            Profile_Manage.ProfileCreator();
        }
Ejemplo n.º 2
0
 public void ProFileManager()
 {
     ProfileManager Profile_Manage = new ProfileManager(_UserName, _Password, _ProxyAddress, _ProxyPort, _ProxyUserName, _ProxyPassword, _SummaryGoals, _SummarySpecialties);
     Profile_Manage.ProfileCreator();
 }