9 lines
258 B
ObjectPascal
9 lines
258 B
ObjectPascal
uses System, System.Windows, System.Collections, System.Collections.Generic;
|
|
|
|
begin
|
|
var lst: Generic.List<integer> := new System.Collections.Generic.List<integer>();
|
|
Convert.ToInt32('23');
|
|
var ic: System.Windows.Input.ICommand;
|
|
var ic2: Input.ICommand;
|
|
|
|
end. |