//---------------------------------------------------------------------
 /// <summary>
 /// Construct the
 /// </summary>
 /// <param name="owner">
 /// The parent form.
 /// </param>
 public AllJoynSetup(ChatForm owner)
 {
     _owner = owner;
     InitializeComponent();
     this.Hide();
     _alljoyn = new AllJoynChatComponant();
     InterfaceName = _alljoyn.InterfaceName;
     NamePrefix = _alljoyn.NamePrefix;
     ObjectPath = _alljoyn.ObjectPath;
 }
Example #2
0
 //---------------------------------------------------------------------
 /// <summary>
 /// Construct the
 /// </summary>
 /// <param name="owner">
 /// The parent form.
 /// </param>
 public AllJoynSetup(ChatForm owner)
 {
     _owner = owner;
     InitializeComponent();
     this.Hide();
     _alljoyn = new AllJoynChatComponant();
     InterfaceName = _alljoyn.InterfaceName;
     NamePrefix = _alljoyn.NamePrefix;
     ObjectPath = _alljoyn.ObjectPath;
 }