Exemplo n.º 1
0
 public void SetCommand(qx.ui.core.Command command)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 /// <param name="label">label of the atom</param>
 /// <param name="icon">Icon URL of the atom</param>
 /// <param name="command">Command instance to connect with</param>
 public Button(string label, string icon = null, qx.ui.core.Command command = null)
 {
     throw new NotImplementedException();
 }