public MainForm()
 {
     InitializeComponent();
     if (!File.Exists("Info.xml"))
     {
         Informations.write("<نام بیمارستان>", "<نام مدیر>");
     }
 }
示例#2
0
 private void buttonX1_Click_1(object sender, EventArgs e)
 {
     Informations.write(textBoxX2.Text, textBoxX1.Text);
     this.Hide();
 }