Exemple #1
0
 public override void OnButtonPress()
 {
     var cfg = new AltarboyConfig();
        cfg.ShowDialog();
 }
Exemple #2
0
        public override void OnButtonPress()
        {
            var cfg = new AltarboyConfig();

            cfg.ShowDialog();
        }