コード例 #1
0
 public void SetCommand(qx.ui.core.Command command)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Button.cs プロジェクト: mustang2247/SharpKit-SDK
 /// <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();
 }