Skip to content

Commit

Permalink
Add Function to show CFlags.Show
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 13, 2014
1 parent 9349b05 commit 0dcec5a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
'
' You should have received a copy of the GNU General Public License
' along with this program. If not, see <http://www.gnu.org/licenses/>.

Public AllowLog As Boolean
Public sLine As String
Public aScan As String[]
Expand Down Expand Up @@ -809,3 +808,9 @@ Public Sub Button11_Click()
FEDID.Show

End

Public Sub Button16_Click()

CFlags.Show

End

0 comments on commit 0dcec5a

Please sign in to comment.