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