| time \/ | user name | message | ||
| Mar 30, 2022 18:57:33 |
lord_shish |
output tab has many tabs within it though is what i meant | ||
| Mar 30, 2022 19:00:09 |
lord_shish |
confusing shit actually | ||
| Mar 30, 2022 19:00:23 |
lord_shish |
for something so basic | ||
| Mar 30, 2022 19:00:51 |
lord_shish |
what da fuck | ||
| Mar 30, 2022 19:01:43 |
lord_shish |
wat da fuck | ||
| Mar 30, 2022 19:01:46 |
lord_shish |
this is shit bro | ||
| Mar 30, 2022 19:07:52 |
lord_shish |
i guess consle runs on main thread | ||
| Mar 30, 2022 19:07:59 |
lord_shish |
instead of form thread | ||
| Mar 30, 2022 19:12:30 |
lord_shish |
when you make a new class you should have to build the application first i think | ||
| Mar 30, 2022 19:13:29 |
lord_shish |
go to program.cs line 2 | ||
| Mar 30, 2022 19:14:07 |
lord_shish |
so another thing visual studio does is add the file in the .csproj file | ||
| Mar 30, 2022 19:14:26 |
lord_shish |
which references all the files | ||
| Mar 30, 2022 19:14:32 |
lord_shish |
for the dll creation | ||
| Mar 30, 2022 19:17:07 |
lord_shish |
where is ExtensionMethods located? | ||
| Mar 30, 2022 19:18:26 |
lord_shish |
try removing namespace just as a test? | ||
| Mar 30, 2022 19:20:53 |
lord_shish |
namespaces are for referencing other projects I think | ||
| Mar 30, 2022 19:21:06 |
lord_shish |
they can then share same file names because their namespace is different | ||
| Mar 30, 2022 19:22:15 |
lord_shish |
you cant expect it to be the perfect copy pasta code | ||
| Mar 30, 2022 19:22:44 |
lord_shish |
PepeLaugh | ||
| Mar 30, 2022 19:27:11 |
lord_shish |
you're accessing an object method inside a static void main | ||
| Mar 30, 2022 19:27:23 |
lord_shish |
it needs to be static also | ||
| Mar 30, 2022 19:27:34 |
lord_shish |
no its impossible | ||
| Mar 30, 2022 19:28:42 |
lord_shish |
no i meant its impossible to access object method inside static class u old wanker | ||
| Mar 30, 2022 19:29:07 |
lord_shish |
i fixed your shit program | ||
| Mar 30, 2022 19:29:10 |
lord_shish |
pay me money | ||
| Mar 30, 2022 19:34:10 |
lord_shish |
console.read(8============D) | ||
| Mar 30, 2022 19:35:10 |
lord_shish |
get rid of that attach console maybe | ||
| Mar 30, 2022 19:35:43 |
lord_shish |
yeah i think csharp only like forms from what i read | ||
| Mar 30, 2022 19:35:47 |
lord_shish |
for key reading | ||
| Mar 30, 2022 19:36:11 |
lord_shish |
reads key presses within the form |