Esempio n. 1
0
 public AccountStatus(MainModel model, Account acct)
 {
     Model = model;
     Update(acct);
 }
Esempio n. 2
0
        // Times UTC:
        // Europe:
        //   London:     08:00 to 17:00
        //   Frankfurt:  07:00 to 16:00
        // America:
        //   New York:   13:00 to 22:00
        //   Chicago:    14:00 to 23:00
        // Asia
        //   Tokyo:      00:00 to 09:00
        //   Hong Kong:  01:00 to 10:00
        // Pacific:
        //   Sydney:     22:00 to 07:00
        //   Wellington: 22:00 to 06:00

        public Sessions(MainModel model)
        {
            Model = model;
        }
Esempio n. 3
0
 /// <summary>Set/Change the Model property</summary>
 protected virtual void SetModelCore(MainModel model)
 {
     m_model = model;
 }