C# Class Isotope.NewCommand

Interaction logic for NewCommand.xaml
Inheritance: System.Windows.Window
ファイルを表示 Open project: Team624/2015Beta

Public Methods

Method Description
NewCommand ( OptionsWindow ow ) : System

Private Methods

Method Description
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void
make_command ( string comm, int id, string desc, int i ) : Commands
make_sub_command ( string comm, int id, string desc, int i, int cmd_id ) : SubCommands
save_command ( object sender, RoutedEventArgs e ) : void
save_sub_command ( object sender, RoutedEventArgs e ) : void

Method Details

NewCommand() public method

public NewCommand ( OptionsWindow ow ) : System
ow OptionsWindow
return System