예제 #1
0
        static NotificationWithSoftKeys()
        {
#if !DESIGN
            notifications = new Dictionary <int, NotificationWithSoftKeys>();

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

      msgwnd = new NotificationMessageWindow(notifications);
#endif
    }