Esempio n. 1
0
 public override android.app.FragmentTransaction replace(int containerViewId, android.app.Fragment
                                                         fragment, string tag)
 {
     throw new System.NotImplementedException();
 }
Esempio n. 2
0
 public override android.app.FragmentTransaction attach(android.app.Fragment fragment
                                                        )
 {
     throw new System.NotImplementedException();
 }
Esempio n. 3
0
 public override android.app.FragmentTransaction add(int containerViewId, android.app.Fragment
                                                     fragment)
 {
     throw new System.NotImplementedException();
 }
Esempio n. 4
0
 private void doAddOp(int containerViewId, android.app.Fragment fragment, string tag
                      , int opcmd)
 {
     throw new System.NotImplementedException();
 }
Esempio n. 5
0
 public abstract android.app.FragmentTransaction add(android.app.Fragment fragment
                                                     , string tag);
Esempio n. 6
0
 public override android.app.FragmentTransaction add(android.app.Fragment fragment
                                                     , string tag)
 {
     throw new System.NotImplementedException();
 }
Esempio n. 7
0
 public abstract android.app.FragmentTransaction attach(android.app.Fragment fragment
                                                        );
Esempio n. 8
0
 public abstract android.app.FragmentTransaction show(android.app.Fragment fragment
                                                      );
Esempio n. 9
0
 public abstract android.app.FragmentTransaction remove(android.app.Fragment fragment
                                                        );
Esempio n. 10
0
 public abstract android.app.FragmentTransaction replace(int containerViewId, android.app.Fragment
                                                         fragment, string tag);
Esempio n. 11
0
 public abstract android.app.FragmentTransaction add(int containerViewId, android.app.Fragment
                                                     fragment);