Ignore:
Timestamp:
Feb 9, 2017, 8:19:28 PM (7 years ago)
Author:
coas-nagasima
Message:

ソフトウェア情報を追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/webapp/webmrbc/App.cs

    r270 r273  
    1515                public static Terminal Term;
    1616                public static AceEditor CodeEditor;
     17                public static TargetBoard TargetBoard;
    1718                public static bool changedAfterTranslating;
    1819                public static bool translating;
     
    2930                        Script.Write("Number.isNaN = Number.isNaN || function(any) { return typeof any === 'number' && isNaN(any); }");
    3031
     32                        App.TargetBoard = new GrPeach();
    3133                        Collections.ClassWorkspaces = new Collection<IClassWorkspace>();
    3234                        Views.ClassSelectorView = new ClassSelectorView();
Note: See TracChangeset for help on using the changeset viewer.