Esempio n. 1
0
 private void button2_Click(object sender, EventArgs e)
 {
     try
     {
         Console.WriteLine(FileConfigurator.GetInstance().GetConfigKey());
     }
     catch (Exception ex)
     {
         this.listBox1.Items.Add(ex.Message);
     }
 }
Esempio n. 2
0
 private void button1_Click(object sender, EventArgs e)
 {
     FileConfigurator.GetInstance().Init("123456789");
     Console.WriteLine(@"Init");
 }