Hello list,

i have a little question.

I have defined 3 Properties:

public string PublicationTitle { get; set; } 
public string PlaceOfAction { get; set; } 
public string DocType { get; set; } 

And a handler:

protected void OnBtnGoClicked (object sender, EventArgs e)
{
   PublicationTitle = entryTitle.Text;
   PlaceOfAction = cbPointOfAction.ActiveText;
   DocType = cbTypeOfPublication.ActiveText;
   Publication.Create();
}

After pressing the button it should fill the Properties with the content
of the entrybox and comboboxes.

The launching of Publication.Create() goes fine. Inside that method it
runs the method Engine.LoadXmlData() which reads in some content for
other Properties from App.config file. On the end of this method i check
if the Properties are filled. But it looks like there are empty:

----------Debug ---------
PublicationTitle:
PlaceOfAction:
Firstname:
Surnamae:
Language:
----------Debug ---------

The GUI part is placed there:
https://github.com/saigkill/PublicanCreators/blob/master/PublicanCreators/MainWindow.cs

Maybe anyone knows what happend?
-- 

Sascha Manns
[email protected] <mailto:[email protected]>
GPG: 0x168428cdb1f20ab1
<http://pgpkey.org/pks/lookup?op=vindex&search=0x168428cdb1f20ab1&fingerprint=on>
jabber:[email protected] <jabber:[email protected]>


Maifeldstraße 10
56727 Mayen
mobile: +49-1573-9242730
home: +49-2651-4014045
https://saigkill.github.io

Twitter <https://twitter.com/saigkill> Facebook
<https://www.facebook.com/sascha.manns> LinkedIn
<https://de.linkedin.com/in/saigkill> Skype <skype:schurik0815?call>
Github <https://github.com/saigkill> Xing
<https://www.xing.com/profile/Sascha_Manns4>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.dot.net/mailman/listinfo/gtk-sharp-list

Reply via email to