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