Exemple #1
0
 protected AbstractExpandStrategy(
     ExpandContext context,
     Options options)
 {
     Context = context;
     Options = options;
 }
Exemple #2
0
 public ExpandLeftStrategy(ExpandContext context, Options options)
     : base(context, options)
 {
 }
Exemple #3
0
 public ExpandBottomStrategy(ExpandContext context, Options options)
     : base(context, options)
 {
 }