Ejemplo n.º 1
0
        static NotificationWithSoftKeys()
        {
#if !DESIGN
            notifications = new Dictionary <int, NotificationWithSoftKeys>();

            msgwnd = new NotificationMessageWindow(notifications);
#endif
        }
Ejemplo n.º 2
0
    static NotificationWithSoftKeys()
    {
#if !DESIGN
      notifications = new Dictionary<int, NotificationWithSoftKeys>();

      msgwnd = new NotificationMessageWindow(notifications);
#endif
    }