Example #1
0
 public StandardTool(VMTool mainTool)
     : base(mainTool)
 {
     var sc = new StandardControl();
     sc.Merge += Merge;
     sc.Split += Split;
     Control = sc;
 }
Example #2
0
        public StandardTool(VMTool mainTool) : base(mainTool)
        {
            var sc = new StandardControl();

            sc.Merge += Merge;
            sc.Split += Split;
            Control   = sc;
        }