View Single Post
  #75  
Old 01-13-2013, 03:03
sendersu sendersu is online now
VIP
 
Join Date: Oct 2010
Posts: 1,066
Rept. Given: 332
Rept. Rcvd 223 Times in 115 Posts
Thanks Given: 234
Thanks Rcvd at 512 Times in 288 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
sorry mate, you cought me
Detected DeepSea 4.1 is the right line

wow, you are great researcher, thanks for update
and oh, 4351 downloads for 202, good rocket lunch for new site

if you are interesting, here is the before and after of what I was writing about:

before (with issues)

internal virtual TableLayoutPanel vmethod_0()
{
return this.tableLayoutPanel_0;
}

compiler shouts as:


Error 6 'x.SplashScreen1.vmethod_0()' is a new virtual member in sealed class 'x.SplashScreen1' ////



after (cleaned by hands)

internal TableLayoutPanel vmethod_0()
{
return this.tableLayoutPanel_0;
}
Reply With Quote