예제 #1
0
 public Workers(IGuiUpdate gui)
 {
     this.IGui                   = gui;
     this.filesLocation          = IGui.FilesLocation;
     this._namingUpperPosition   = "AA";
     this._namingUpperPositionR2 = "AA";
     this._namingLowerPosition   = "aa";
     this._namingLowerPositionR2 = "aa";
 }
예제 #2
0
        // End GUI Update Interface Implementations



        public GUI()
        {
            InitializeComponent();
            IGui = this;
        }