Exemplo 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);
     }
 }
Exemplo n.º 2
0
 private void button1_Click(object sender, EventArgs e)
 {
     FileConfigurator.GetInstance().Init("123456789");
     Console.WriteLine(@"Init");
 }