Ejemplo n.º 1
0
 public MdlAutoKeys(GameWindow window, TabPage tab)
     : base(window, tab)
 {
     KeyEmulatings = new Dictionary<int, L2KeyEmulating>();
     Panel = new UcAutoKeys(this);
     Uc = Panel;
     Panel.Parent = tab;
     Panel.Visible = true;
     InitKeyTimers();
 }
Ejemplo n.º 2
0
 public MdlAutoKeys(GameWindow window, TabPage tab) :
     base(window, tab)
 {
     KeyEmulatings = new Dictionary <int, L2KeyEmulating>();
     Panel         = new UcAutoKeys(this);
     Uc            = Panel;
     Panel.Parent  = tab;
     Panel.Visible = true;
     InitKeyTimers();
 }