Пример #1
0
        private void saveChangesBtn_Click_1(object sender, EventArgs e)
        {
            string name = nameText.Text;

            string displayProfile = dp;

            ContactsStore.getInstance().updateMyProfile(ContactBuilder.GetMacAddress(), name, dp);

            mainForm.setMyProfileDetails();
            mainForm.backPic_Click(sender, e);
        }
Пример #2
0
        public void GetMacAddressTest()
        {
            string mac = ContactBuilder.GetMacAddress();

            Console.WriteLine("mac is: " + mac);
        }