示例#1
0
 public static void Main()
 {
     var strategy = new StrategyImpl();
     strategy.WriteStateName(new Open());
 }
示例#2
0
    public static void Main()
    {
        var strategy = new StrategyImpl();

        strategy.WriteStateName(new Open());
    }