Exemplo n.º 1
0
 public OnKeyPress(Shiori s, Dictionary <string, string> header) : base(s, header)
 {
 }
Exemplo n.º 2
0
 public OnMouseMove(Shiori s, Dictionary<string, string> header)
     : base(s, header)
 {
 }
Exemplo n.º 3
0
 public OnChoiceSelect(Shiori s, Dictionary <string, string> header) : base(s, header)
 {
 }
Exemplo n.º 4
0
 public OnAnchorSelect(Shiori s, Dictionary<string, string> header)
     : base(s, header)
 {
 }
 public OnMouseDoubleClick(Shiori s, Dictionary <string, string> header) : base(s, header)
 {
 }
Exemplo n.º 6
0
 public OnKeyPress(Shiori s, Dictionary<string, string> header)
     : base(s, header)
 {
 }
Exemplo n.º 7
0
 public OnAnchorSelect(Shiori s, Dictionary <string, string> header) : base(s, header)
 {
 }
Exemplo n.º 8
0
 public OnMouseMove(Shiori s, Dictionary <string, string> header) : base(s, header)
 {
 }
Exemplo n.º 9
0
 public OnUserInput(Shiori s, Dictionary <string, string> header) : base(s, header)
 {
 }