Esempio n. 1
0
 private static void ShowNoticeForm()
 {
     if (Properties.Settings.Default.AlphaNoticeAccepted == false)
     {
         var dr = new NoticeWindow().ShowDialog();
         if (dr == DialogResult.OK)
         {
             Properties.Settings.Default.AlphaNoticeAccepted = true;
             Properties.Settings.Default.Save();
         }
     }
 }
Esempio n. 2
0
 private static void ShowNoticeForm()
 {
     if (Properties.Settings.Default.AlphaNoticeAccepted == false)
     {
         var dr = new NoticeWindow().ShowDialog();
         if (dr == DialogResult.OK)
         {
             Properties.Settings.Default.AlphaNoticeAccepted = true;
             Properties.Settings.Default.Save();
         }
     }
 }