コード例 #1
0
 private void InitializeNotificationHandler()
 {
     NotificationHandler = new NotificationHandler();
     NotificationHandler.Publish(NotificationType.Info, "Starting");
 }