コード例 #1
0
    public HelloNSNotification()
    {
        HelloNSNotificationReceiver receiver = new HelloNSNotificationReceiver ();
        addChild (receiver);

        HelloNSNotificationSender sender = new HelloNSNotificationSender ();
        addChild (sender);
    }
コード例 #2
0
    public HelloNSNotification()
    {
        HelloNSNotificationReceiver receiver = new HelloNSNotificationReceiver();

        addChild(receiver);

        HelloNSNotificationSender sender = new HelloNSNotificationSender();

        addChild(sender);
    }