Esempio n. 1
0
        static Global()
        {
            AppInfo = new AppInfo(typeof(Global).Assembly);

            AccountPhone = Properties.Settings.Default.AccountPhone;

            DisplayPhone = string.Format("+1 ({0}) {1}-{2}",
                AccountPhone.Substring(0, 3),
                AccountPhone.Substring(3, 3),
                AccountPhone.Substring(6));
        }
Esempio n. 2
0
 static Modal()
 {
     appInfo = new AppInfo(Assembly.GetEntryAssembly());
 }