Esempio n. 1
0
        public FMain()
        {
            InitializeComponent();
            moLog = new CBLog();

#if TEST
            this.BackgroundImage = global::RSMPS.Properties.Resources.testing;
#endif
        }
Esempio n. 2
0
 public FLogin()
 {
     InitializeComponent();
     moLog = new CBLog();
 }