Exemplo n.º 1
0
 // X:\jsc.svn\core\ScriptCoreLib.Ultra\ScriptCoreLib.Ultra\Android\Extensions\AlertDialogBuilderExtensions.cs
 public virtual Builder setItems(java.lang.CharSequence[] text, DialogInterface_OnClickListener listener)
 {
     return default(Builder);
 }
Exemplo n.º 2
0
 public virtual Builder setPositiveButton(string text, DialogInterface_OnClickListener listener)
 {
     return default(Builder);
 }
Exemplo n.º 3
0
        // X:\jsc.svn\core\ScriptCoreLibAndroid.Windows.Forms\ScriptCoreLibAndroid.Windows.Forms\Android\BCLImplementation\System\Windows\Forms\MessageBox.cs

        // members and types are to be extended by jsc at release build

        public void setButton(string text, DialogInterface_OnClickListener listener)
        {
        }
Exemplo n.º 4
0
 // X:\jsc.svn\core\ScriptCoreLib.Ultra\ScriptCoreLib.Ultra\Android\Extensions\AlertDialogBuilderExtensions.cs
 public virtual Builder setItems(java.lang.CharSequence[] text, DialogInterface_OnClickListener listener)
 {
     return(default(Builder));
 }
Exemplo n.º 5
0
 public virtual Builder setPositiveButton(string text, DialogInterface_OnClickListener listener)
 {
     return(default(Builder));
 }
Exemplo n.º 6
0
        // X:\jsc.svn\core\ScriptCoreLibAndroid.Windows.Forms\ScriptCoreLibAndroid.Windows.Forms\Android\BCLImplementation\System\Windows\Forms\MessageBox.cs

        // members and types are to be extended by jsc at release build

        public void setButton(string text, DialogInterface_OnClickListener listener)
        {
        }